summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SubSettings.java
diff options
context:
space:
mode:
authorMatadeen Mishra <matade@codeaurora.org>2015-10-01 17:30:16 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-08 05:22:46 -0700
commitbf51c8b4d63658986ff6c43befb38dfcb0ea3a2d (patch)
treea62ede432af7a712e5d7a1cffc5fe3d1e21754f1 /src/com/android/settings/SubSettings.java
parent584a7b64ad7468ae8f790d9d24cbf373dc869d38 (diff)
downloadpackages_apps_Settings-bf51c8b4d63658986ff6c43befb38dfcb0ea3a2d.zip
packages_apps_Settings-bf51c8b4d63658986ff6c43befb38dfcb0ea3a2d.tar.gz
packages_apps_Settings-bf51c8b4d63658986ff6c43befb38dfcb0ea3a2d.tar.bz2
Bluetooth: Add Manifest configure to fix settings crash issue.
Settings is crashed when press back key after rotating screen when Bluetooth profile activity is opened. Add manifest configure to enable screen orientation feature. Settings: Change the text size of title when rotate screen The text size of bluetooth settings' title is not changed when rotate the screen. According to the configuration, change the text size of title. Change-Id: I3f08d0dd8181ffc8999ed29ac31dcc19a7dd56e9 CRs-Fixed: 917010
Diffstat (limited to 'src/com/android/settings/SubSettings.java')
-rw-r--r--src/com/android/settings/SubSettings.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/settings/SubSettings.java b/src/com/android/settings/SubSettings.java
index 04955b2..13ead6e 100644
--- a/src/com/android/settings/SubSettings.java
+++ b/src/com/android/settings/SubSettings.java
@@ -35,4 +35,5 @@ public class SubSettings extends SettingsActivity {
Log.d("SubSettings", "Launching fragment " + fragmentName);
return true;
}
+ public static class BluetoothSubSettings extends SubSettings { /* empty */ }
}