diff options
author | Amith Yamasani <yamasani@google.com> | 2010-08-19 10:24:08 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2010-08-19 10:26:40 -0700 |
commit | 7385d65817977407ba6406374e47523793dd0fcc (patch) | |
tree | 467c086f85a53c531f03fffe6f5f37e3b2c9a120 /proguard.flags | |
parent | d79934731c8d33f6fc63b21c120b9ffba5d06f54 (diff) | |
download | packages_apps_Settings-7385d65817977407ba6406374e47523793dd0fcc.zip packages_apps_Settings-7385d65817977407ba6406374e47523793dd0fcc.tar.gz packages_apps_Settings-7385d65817977407ba6406374e47523793dd0fcc.tar.bz2 |
Fix proguard flags for settings.
Bug: 2933151
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags index d37d2e0..771be59 100644 --- a/proguard.flags +++ b/proguard.flags @@ -1,2 +1,5 @@ # Keep all Fragments in this package, which are used by reflection. -keep class com.android.settings.*Fragment +-keep class com.android.settings.*Settings +-keep class com.android.settings.deviceinfo.* + |