OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
4 | 4 |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. | 6 found in the LICENSE file. |
7 --> | 7 --> |
8 | 8 |
9 <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 9 <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
10 package="org.chromium.chrome.shell"> | 10 package="org.chromium.chrome.shell"> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 <activity android:name="org.chromium.sync.test.util.MockGrantCredentials
PermissionActivity" | 54 <activity android:name="org.chromium.sync.test.util.MockGrantCredentials
PermissionActivity" |
55 android:exported="true"> | 55 android:exported="true"> |
56 <intent-filter> | 56 <intent-filter> |
57 <action android:name="android.intent.action.VIEW" /> | 57 <action android:name="android.intent.action.VIEW" /> |
58 <category android:name="android.intent.category.DEFAULT" /> | 58 <category android:name="android.intent.category.DEFAULT" /> |
59 </intent-filter> | 59 </intent-filter> |
60 </activity> | 60 </activity> |
61 <!-- The following service entries exist in order to allow us to | 61 <!-- The following service entries exist in order to allow us to |
62 start more than one sandboxed process. --> | 62 start more than one sandboxed process. --> |
63 | 63 |
64 <!-- NOTE: If you change the values of "android:process" for any of the
below services, | 64 <!-- NOTE: If you change the value of "android:process" for the below se
rvices, |
65 you also need to update kHelperProcessExecutableName in chrome_cons
tants.cc. --> | 65 you also need to update kHelperProcessExecutableName in chrome_cons
tants.cc. --> |
66 <service android:name="org.chromium.content.app.SandboxedProcessService0
" | 66 {% for i in range(20) %} |
67 android:process=":sandboxed_process0" | 67 <service android:name="org.chromium.content.app.SandboxedProcessService{
{ i }}" |
| 68 android:process=":sandboxed_process{{ i }}" |
68 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 69 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
69 android:isolatedProcess="true" | 70 android:isolatedProcess="true" |
70 android:exported="false" /> | 71 android:exported="false" /> |
71 <service android:name="org.chromium.content.app.SandboxedProcessService1
" | 72 {% endfor %} |
72 android:process=":sandboxed_process1" | |
73 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
74 android:isolatedProcess="true" | |
75 android:exported="false" /> | |
76 <service android:name="org.chromium.content.app.SandboxedProcessService2
" | |
77 android:process=":sandboxed_process2" | |
78 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
79 android:isolatedProcess="true" | |
80 android:exported="false" /> | |
81 <service android:name="org.chromium.content.app.SandboxedProcessService3
" | |
82 android:process=":sandboxed_process3" | |
83 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
84 android:isolatedProcess="true" | |
85 android:exported="false" /> | |
86 <service android:name="org.chromium.content.app.SandboxedProcessService4
" | |
87 android:process=":sandboxed_process4" | |
88 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
89 android:isolatedProcess="true" | |
90 android:exported="false" /> | |
91 <service android:name="org.chromium.content.app.SandboxedProcessService5
" | |
92 android:process=":sandboxed_process5" | |
93 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
94 android:isolatedProcess="true" | |
95 android:exported="false" /> | |
96 <service android:name="org.chromium.content.app.SandboxedProcessService6
" | |
97 android:process=":sandboxed_process6" | |
98 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
99 android:isolatedProcess="true" | |
100 android:exported="false" /> | |
101 <service android:name="org.chromium.content.app.SandboxedProcessService7
" | |
102 android:process=":sandboxed_process7" | |
103 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
104 android:isolatedProcess="true" | |
105 android:exported="false" /> | |
106 <service android:name="org.chromium.content.app.SandboxedProcessService8
" | |
107 android:process=":sandboxed_process8" | |
108 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
109 android:isolatedProcess="true" | |
110 android:exported="false" /> | |
111 <service android:name="org.chromium.content.app.SandboxedProcessService9
" | |
112 android:process=":sandboxed_process9" | |
113 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
114 android:isolatedProcess="true" | |
115 android:exported="false" /> | |
116 <service android:name="org.chromium.content.app.SandboxedProcessService1
0" | |
117 android:process=":sandboxed_process10" | |
118 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
119 android:isolatedProcess="true" | |
120 android:exported="false" /> | |
121 <service android:name="org.chromium.content.app.SandboxedProcessService1
1" | |
122 android:process=":sandboxed_process11" | |
123 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
124 android:isolatedProcess="true" | |
125 android:exported="false" /> | |
126 <service android:name="org.chromium.content.app.SandboxedProcessService1
2" | |
127 android:process=":sandboxed_process12" | |
128 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
129 android:isolatedProcess="true" | |
130 android:exported="false" /> | |
131 <service android:name="org.chromium.content.app.SandboxedProcessService1
3" | |
132 android:process=":sandboxed_process13" | |
133 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
134 android:isolatedProcess="true" | |
135 android:exported="false" /> | |
136 <service android:name="org.chromium.content.app.SandboxedProcessService1
4" | |
137 android:process=":sandboxed_process14" | |
138 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
139 android:isolatedProcess="true" | |
140 android:exported="false" /> | |
141 <service android:name="org.chromium.content.app.SandboxedProcessService1
5" | |
142 android:process=":sandboxed_process15" | |
143 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
144 android:isolatedProcess="true" | |
145 android:exported="false" /> | |
146 <service android:name="org.chromium.content.app.SandboxedProcessService1
6" | |
147 android:process=":sandboxed_process16" | |
148 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
149 android:isolatedProcess="true" | |
150 android:exported="false" /> | |
151 <service android:name="org.chromium.content.app.SandboxedProcessService1
7" | |
152 android:process=":sandboxed_process17" | |
153 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
154 android:isolatedProcess="true" | |
155 android:exported="false" /> | |
156 <service android:name="org.chromium.content.app.SandboxedProcessService1
8" | |
157 android:process=":sandboxed_process18" | |
158 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
159 android:isolatedProcess="true" | |
160 android:exported="false" /> | |
161 <service android:name="org.chromium.content.app.SandboxedProcessService1
9" | |
162 android:process=":sandboxed_process19" | |
163 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
164 android:isolatedProcess="true" | |
165 android:exported="false" /> | |
166 | 73 |
167 <!-- Receiver for GCM messages. Rebroadcasts them locally for sync. --> | 74 <!-- Receiver for GCM messages. Rebroadcasts them locally for sync. --> |
168 <receiver android:exported="true" | 75 <receiver android:exported="true" |
169 android:name="com.google.ipc.invalidation.external.client.cont
rib.MultiplexingGcmListener$GCMReceiver" | 76 android:name="com.google.ipc.invalidation.external.client.cont
rib.MultiplexingGcmListener$GCMReceiver" |
170 android:permission="com.google.android.c2dm.permission.SEND"> | 77 android:permission="com.google.android.c2dm.permission.SEND"> |
171 <intent-filter> | 78 <intent-filter> |
172 <action android:name="com.google.android.c2dm.intent.RECEIVE" /> | 79 <action android:name="com.google.android.c2dm.intent.RECEIVE" /> |
173 <action android:name="com.google.android.c2dm.intent.REGISTRATIO
N" /> | 80 <action android:name="com.google.android.c2dm.intent.REGISTRATIO
N" /> |
174 <category android:name="org.chromium.chrome.shell"/> | 81 <category android:name="org.chromium.chrome.shell"/> |
175 </intent-filter> | 82 </intent-filter> |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 <!-- Broadcast receiver that will be notified of account changes. --> | 152 <!-- Broadcast receiver that will be notified of account changes. --> |
246 <receiver android:name="org.chromium.chrome.shell.signin.AccountsChanged
Receiver"> | 153 <receiver android:name="org.chromium.chrome.shell.signin.AccountsChanged
Receiver"> |
247 <intent-filter> | 154 <intent-filter> |
248 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /
> | 155 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /
> |
249 </intent-filter> | 156 </intent-filter> |
250 </receiver> | 157 </receiver> |
251 <meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDE
R" | 158 <meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDE
R" |
252 android:value="org.chromium.content.browser.SmartClipProvider
" /> | 159 android:value="org.chromium.content.browser.SmartClipProvider
" /> |
253 | 160 |
254 </application> | 161 </application> |
255 </manifest> | 162 </manifest> |
OLD | NEW |