Files
device_realme_nemo/doze/proguard.flags
SamarV-121 202da75478 RM6785: Import OplusDoze
* d0e36f6d22/doze

Change-Id: Icff53c46adb8589381b62faf49bb992b00474203
2022-07-16 17:39:29 +05:30

9 lines
221 B
Plaintext

-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keep class ** extends androidx.preference.PreferenceFragment
-keep class org.lineageos.settings.doze.* {
*;
}