| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index f8bdbdff185919cd08a8bd7e7dd5f10f18ef05ee..c54f13f00b9802d56cff090858c42a13df549627 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -328,6 +328,8 @@ by a child template that "extends" this file.
|
| android:exported="false"
|
| android:taskAffinity=""
|
| android:windowSoftInputMode="adjustResize"
|
| + android:persistableMode="persistNever"
|
| + android:autoRemoveFromRecents="false"
|
| android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
|
| android:hardwareAccelerated="false">
|
| </activity>
|
|
|