8 lines
316 B
Prolog
8 lines
316 B
Prolog
|
|
# Add project specific ProGuard rules here.
|
||
|
|
# By default, the flags in this file are appended to flags specified
|
||
|
|
# in /sdk/tools/proguard/proguard-android.txt
|
||
|
|
|
||
|
|
# Keep service and receiver classes
|
||
|
|
-keep class com.example.phonerecorder.RecordingService { *; }
|
||
|
|
-keep class com.example.phonerecorder.BootReceiver { *; }
|