mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-07 16:58:05 -04:00
universal7870: import SamsungDoze app
This commit is contained in:
parent
c8fd946627
commit
108406065d
9 changed files with 556 additions and 0 deletions
9
apps/SamsungDoze/proguard.flags
Normal file
9
apps/SamsungDoze/proguard.flags
Normal file
|
@ -0,0 +1,9 @@
|
|||
-keep class org.lineageos.settings.doze.* {
|
||||
*;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet);
|
||||
}
|
||||
|
||||
-keep class ** extends android.support.v14.preference.PreferenceFragment
|
Loading…
Add table
Add a link
Reference in a new issue