Remove redundant cursor styling
This commit is contained in:
parent
080b4bdaf1
commit
b24dd72ae0
93 changed files with 9058 additions and 1 deletions
7
clio-android/app/proguard-rules.pro
vendored
Normal file
7
clio-android/app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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 { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue