OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
5 | 5 |
6 <!-- | 6 <!-- |
7 Note: This is a jinja2 template, processed at build time into the final manifest
. | 7 Note: This is a jinja2 template, processed at build time into the final manifest
. |
8 | 8 |
9 Blocks denoted with { % block some_name % }foo{ % endblock % } can be overridden | 9 Blocks denoted with { % block some_name % }foo{ % endblock % } can be overridden |
10 by a child template that "extends" this file. | 10 by a child template that "extends" this file. |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 <!-- Set android:largeHeap to "true" to allow more than the default | 98 <!-- Set android:largeHeap to "true" to allow more than the default |
99 Java heap limit (32Mb on Nexus S, 48Mb on Xoom). --> | 99 Java heap limit (32Mb on Nexus S, 48Mb on Xoom). --> |
100 <application android:name="{% block application_name %}org.chromium.chrome.b
rowser.ChromeApplication{% endblock %}" | 100 <application android:name="{% block application_name %}org.chromium.chrome.b
rowser.ChromeApplication{% endblock %}" |
101 android:icon="@mipmap/app_icon" | 101 android:icon="@mipmap/app_icon" |
102 android:label="@string/app_name" | 102 android:label="@string/app_name" |
103 android:largeHeap="false" | 103 android:largeHeap="false" |
104 android:allowBackup="true" | 104 android:allowBackup="true" |
105 android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent" | 105 android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent" |
106 android:fullBackupContent="@xml/chromebackupscheme" | 106 android:fullBackupContent="@xml/chromebackupscheme" |
107 android:supportsRtl="true" | 107 android:supportsRtl="true" |
| 108 android:manageSpaceActivity="@string/manage_space_activity" |
108 {% block extra_application_attributes %}{% endblock %}> | 109 {% block extra_application_attributes %}{% endblock %}> |
109 | 110 |
110 <!-- Samsung MultiWindow Support --> | 111 <!-- Samsung MultiWindow Support --> |
111 <meta-data android:name="com.samsung.android.sdk.multiwindow.enable" | 112 <meta-data android:name="com.samsung.android.sdk.multiwindow.enable" |
112 android:value="true" /> | 113 android:value="true" /> |
113 <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstan
ce.enable" | 114 <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstan
ce.enable" |
114 android:value="true" /> | 115 android:value="true" /> |
115 <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstan
ce.launchmode" | 116 <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstan
ce.launchmode" |
116 android:value="singleTask" /> | 117 android:value="singleTask" /> |
117 <meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.e
nable" | 118 <meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.e
nable" |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 <activity android:name="org.chromium.chrome.browser.signin.AccountSignin
Activity" | 315 <activity android:name="org.chromium.chrome.browser.signin.AccountSignin
Activity" |
315 android:theme="@style/MainTheme" | 316 android:theme="@style/MainTheme" |
316 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize"> | 317 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize"> |
317 </activity> | 318 </activity> |
318 <activity android:name="org.chromium.chrome.browser.preferences.Preferen
ces" | 319 <activity android:name="org.chromium.chrome.browser.preferences.Preferen
ces" |
319 android:theme="@style/PreferencesTheme" | 320 android:theme="@style/PreferencesTheme" |
320 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize" | 321 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize" |
321 android:label="@string/preferences" | 322 android:label="@string/preferences" |
322 android:exported="false"> | 323 android:exported="false"> |
323 </activity> | 324 </activity> |
| 325 <activity android:name="org.chromium.chrome.browser.preferences.website.
ManageSpaceActivity" |
| 326 android:theme="@style/PreferencesTheme" |
| 327 android:icon="@mipmap/app_icon" |
| 328 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize" |
| 329 android:label="@string/storage_management_activity_label" |
| 330 android:exported="false"> |
| 331 </activity> |
324 <activity android:name="org.chromium.chrome.browser.EmbedContentViewActi
vity" | 332 <activity android:name="org.chromium.chrome.browser.EmbedContentViewActi
vity" |
325 android:theme="@style/ThemeWithActionBar" | 333 android:theme="@style/ThemeWithActionBar" |
326 android:hardwareAccelerated="false" | 334 android:hardwareAccelerated="false" |
327 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize"> | 335 android:configChanges="orientation|keyboardHidden|keyboard|screenSiz
e|mcc|mnc|screenLayout|smallestScreenSize"> |
328 </activity> | 336 </activity> |
329 <activity android:name="org.chromium.chrome.browser.prerender.PrerenderA
PITestActivity" | 337 <activity android:name="org.chromium.chrome.browser.prerender.PrerenderA
PITestActivity" |
330 android:theme="@style/MainTheme" | 338 android:theme="@style/MainTheme" |
331 android:exported="true"> | 339 android:exported="true"> |
332 </activity> | 340 </activity> |
333 <activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkAc
tivity" | 341 <activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkAc
tivity" |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 choose the first MediaRouteController that can play it, so the orde
r of the list can be important. | 808 choose the first MediaRouteController that can play it, so the orde
r of the list can be important. |
801 The most specific MediaRouteControllers should be listed first, fol
lowed by more generic ones. | 809 The most specific MediaRouteControllers should be listed first, fol
lowed by more generic ones. |
802 The downstream manifest replaces this block, and hence replaces the
list of media route | 810 The downstream manifest replaces this block, and hence replaces the
list of media route |
803 controllers with its own list. --> | 811 controllers with its own list. --> |
804 <meta-data android:name="org.chromium.content.browser.REMOTE_MEDIA_PLAYE
RS" | 812 <meta-data android:name="org.chromium.content.browser.REMOTE_MEDIA_PLAYE
RS" |
805 android:value="org.chromium.chrome.browser.media.remote.DefaultMedia
RouteController"/> | 813 android:value="org.chromium.chrome.browser.media.remote.DefaultMedia
RouteController"/> |
806 | 814 |
807 {% endblock %} | 815 {% endblock %} |
808 </application> | 816 </application> |
809 </manifest> | 817 </manifest> |
OLD | NEW |