summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-05-05 15:17:31 -0700
committerPhilip P. Moltmann <moltmann@google.com>2016-05-05 15:17:35 -0700
commit1dba1776c3fd432fd9adb5e3e251b6562aca7f3c (patch)
tree9aaa2ec9508c1153247935e0f1d90a71a76e543f /AndroidManifest.xml
parent4cb02fd082ceceba2c73447f466032fce94108d8 (diff)
downloadandroid_packages_apps_PackageInstaller-1dba1776c3fd432fd9adb5e3e251b6562aca7f3c.tar.gz
android_packages_apps_PackageInstaller-1dba1776c3fd432fd9adb5e3e251b6562aca7f3c.tar.bz2
android_packages_apps_PackageInstaller-1dba1776c3fd432fd9adb5e3e251b6562aca7f3c.zip
Mend up onDestroy->onCreate for N.
This does not implement correct onDestroy->onCreate behavior but mends it for the common case. We now handle all configurations changes, hence onDestroy->onCreate is very rare. We also just abort quickly if we actually had a onDestroy->onCreate instead of crashing. This is a temporary fix. Bug: 28588511 Change-Id: Ief56c8b866f2561b13253f66a7f79517fc2132cb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8bfa28cd..39e9f3c7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -73,7 +73,7 @@
</activity>
<activity android:name=".UninstallAppProgress"
- android:configChanges="orientation|keyboardHidden|screenSize"
+ android:configChanges="mnc|mnc|touchscreen|navigation|screenLayout|screenSize|smallestScreenSize|orientation|locale|keyboard|keyboardHidden|fontScale|uiMode|layoutDirection|density"
android:exported="false" />
<activity android:name=".permission.ui.GrantPermissionsActivity"