summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-07-08 11:06:03 -0700
committerd34d <clark@cyngn.com>2016-07-08 11:06:03 -0700
commit87b809ea2208157523dc2cd00a556f3bc9ac8796 (patch)
tree5fd376ec177a69203dfabbe0f0bada874a472ba8 /AndroidManifest.xml
parent2ab2c563b89f2b6b7d821d3a72b570b8060cd62c (diff)
downloadpackages_apps_ThemeChooser-87b809ea2208157523dc2cd00a556f3bc9ac8796.tar.gz
packages_apps_ThemeChooser-87b809ea2208157523dc2cd00a556f3bc9ac8796.tar.bz2
packages_apps_ThemeChooser-87b809ea2208157523dc2cd00a556f3bc9ac8796.zip
Don't handle theme change config changes
This avoids memory leaks caused by re-inflating UI elements after a theme change. Change-Id: Ibfdb376f4200b274c01d548bbd9b94bd2c6cf34a TICKET: CYNGNOS-3151
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ee1914a..0ca8a2f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -53,7 +53,6 @@
<activity android:name="com.cyngn.theme.chooser.ChooserActivity"
android:label="@string/app_name"
android:theme="@style/ThemeChooserTheme"
- android:configChanges="themeChange"
android:launchMode="singleTop"
android:screenOrientation="sensorPortrait">
<intent-filter>