summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-09-10 09:48:51 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-09-13 16:18:05 -0700
commit6ebf8619d7f09e9642aed84310b56d9847eead94 (patch)
tree9045fff6c5ff484519ab6c76184f4ace0afc0351 /proguard.flags
parentb68e0f1d7dea178231efd8a419cc18223352ba78 (diff)
downloadpackages_apps_Settings-6ebf8619d7f09e9642aed84310b56d9847eead94.zip
packages_apps_Settings-6ebf8619d7f09e9642aed84310b56d9847eead94.tar.gz
packages_apps_Settings-6ebf8619d7f09e9642aed84310b56d9847eead94.tar.bz2
Fragmentize BluetoothSettings.
Add UserLeaveHintListener.java, so that the settings won't use its implementation around Activity#onUserLeaveHint(). Also fragmentize bluetooth tethering screen. Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index 9427b09..0e1b428 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -3,4 +3,4 @@
-keep class com.android.settings.*Picker
-keep class com.android.settings.*Settings
-keep class com.android.settings.wifi.*Settings
--keep class com.android.settings.deviceinfo.* \ No newline at end of file
+-keep class com.android.settings.deviceinfo.*