Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index 2aac3c7969a14ede18d0362f73e1f99216248d9e..1ab13b1bc78cc5c93b828157f988efedf14bf1db 100644 |
| --- a/chrome/android/java/AndroidManifest.xml |
| +++ b/chrome/android/java/AndroidManifest.xml |
| @@ -103,6 +103,7 @@ by a child template that "extends" this file. |
| android:largeHeap="false" |
| android:allowBackup="false" |
| android:supportsRtl="true" |
| + android:manageSpaceActivity="@string/manage_space_activity" |
| {% block extra_application_attributes %}{% endblock %}> |
| <!-- Samsung MultiWindow Support --> |
| @@ -319,6 +320,13 @@ by a child template that "extends" this file. |
| android:label="@string/preferences" |
| android:exported="false"> |
| </activity> |
| + <activity android:name="org.chromium.chrome.browser.preferences.website.ManageSpaceActivity" |
| + android:theme="@style/PreferencesTheme" |
| + android:icon="@mipmap/app_icon" |
| + android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenSize|smallestScreenSize" |
|
Theresa
2016/05/13 06:02:30
screenSize is included twice, screenLayout is miss
dmurph
2016/05/13 23:46:23
Huh, I could have sworn I fixed this haha.
|
| + android:label="@string/storage_management_activity_label" |
| + android:exported="false"> |
| + </activity> |
| <activity android:name="org.chromium.chrome.browser.EmbedContentViewActivity" |
| android:theme="@style/ThemeWithActionBar" |
| android:hardwareAccelerated="false" |