Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index 1bc8c3ed75ab8c2f883a4edfd60dede4dc8d235f..9ebdde56793f1abe87c0c45730e9ee74dc37a59d 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 --> |
| @@ -321,6 +322,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="smallestScreenSize|screenSize|orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" |
|
Theresa
2016/05/03 00:04:27
nit: move smallestScreenSize|screenSize to the end
dmurph
2016/05/04 00:51:00
Done.
|
| + 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" |