Revert "Update proguard"
This reverts commit dbd48da49a.
Reason for revert: was only hiding aware settings for beta 1
Bug: 123532083
Change-Id: I7d07f9ec62a3bd6f81838da1e2639102d501e1c4
This commit is contained in:
parent
dbd48da49a
commit
aaa52b4c90
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
-keep public class com.android.settings.** extends androidx.fragment.app.Fragment
|
||||
|
||||
# Keep all preference controllers needed by slice and DashboardFragment.
|
||||
-keep class !com.google.android.settings.aware.*, * extends com.android.settings.core.BasePreferenceController {
|
||||
-keep class * extends com.android.settings.core.BasePreferenceController {
|
||||
*;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue