diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml index d3f16e4c6a9f4..96f076121602d 100644 --- a/chrome/android/java/AndroidManifest.xml +++ b/chrome/android/java/AndroidManifest.xml @@ -291,12 +291,10 @@ by a child template that "extends" this file. + {{ self.chrome_activity_common() }}> + {{ self.chrome_activity_common() }}> {% for i in range(10) %} @@ -342,11 +334,9 @@ by a child template that "extends" this file. android:icon="@mipmap/app_single_page_icon" android:exported="false" android:launchMode="singleTask" - android:windowSoftInputMode="adjustResize" android:persistableMode="persistNever" android:taskAffinity="" - android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" - android:hardwareAccelerated="false" + {{ self.chrome_activity_common() }} {{ self.supports_video_persistence() }} > {% endfor %} @@ -355,33 +345,29 @@ by a child template that "extends" this file. + android:theme="@style/TabbedModeTheme" + android:exported="false" + android:taskAffinity="{{ manifest_package }}.ChromeTabbedActivity2" + android:launchMode="singleTask" + {{ self.chrome_activity_common() }}> + {{ self.chrome_activity_common() }}> + {{ self.supports_video_persistence() }} + {{ self.chrome_activity_common() }}> + {{ self.supports_video_persistence() }} + {{ self.chrome_activity_common() }}> + {{ self.supports_video_persistence() }} + {{ self.chrome_activity_common() }}> {% for i in range(10) %} + {{ self.supports_video_persistence() }} + {{ self.chrome_activity_common() }}> {% endfor %}