OSDN Git Service

Allow users to turn on or off Android-x86 statistics
[android-x86/packages-apps-Settings.git] / proguard.flags
index 43a038b..537b3d9 100644 (file)
@@ -3,6 +3,8 @@
 
 # Keep all Fragments in this package, which are used by reflection.
 -keep public class com.android.settings.** extends android.app.Fragment
+-keep public class com.android.settings.cyanogenmod.superuser.**
+-keep public class com.koushikdutta.**
 
 # Keep all preference controllers needed by slice and DashboardFragment.
 -keep class * extends com.android.settings.core.BasePreferenceController {