summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-08-12 13:04:43 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-08-13 13:36:51 -0700
commitc81adf598f27fb13f6043cea3b1c4f0839c337dd (patch)
tree1f05d3e901e80d2c8028c900c7f0675646285774 /proguard.flags
parent6a3e48c0359b780947b3c05f3fdd2493d6a79eb9 (diff)
downloadpackages_apps_Settings-c81adf598f27fb13f6043cea3b1c4f0839c337dd.zip
packages_apps_Settings-c81adf598f27fb13f6043cea3b1c4f0839c337dd.tar.gz
packages_apps_Settings-c81adf598f27fb13f6043cea3b1c4f0839c337dd.tar.bz2
Create LocalePickerFragment for fragmentizing LocalePicker Activity.
Need to add proguard.flag, as the Activity crashes without it. Change-Id: Icbc75be4a4183920ed472ac64cc509115260f865
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
new file mode 100644
index 0000000..d37d2e0
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,2 @@
+# Keep all Fragments in this package, which are used by reflection.
+-keep class com.android.settings.*Fragment