OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 <!-- Copyright (c) 2012 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.testshell"> | 10 package="org.chromium.chrome.testshell"> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 <intent-filter> | 49 <intent-filter> |
50 <action android:name="android.intent.action.VIEW" /> | 50 <action android:name="android.intent.action.VIEW" /> |
51 <category android:name="android.intent.category.DEFAULT" /> | 51 <category android:name="android.intent.category.DEFAULT" /> |
52 </intent-filter> | 52 </intent-filter> |
53 </activity> | 53 </activity> |
54 <!-- The following service entries exist in order to allow us to | 54 <!-- The following service entries exist in order to allow us to |
55 start more than one sandboxed process. --> | 55 start more than one sandboxed process. --> |
56 | 56 |
57 <!-- NOTE: If you change the values of "android:process" for any of the
below services, | 57 <!-- NOTE: If you change the values of "android:process" for any of the
below services, |
58 you also need to update kHelperProcessExecutableName in chrome_cons
tants.cc. --> | 58 you also need to update kHelperProcessExecutableName in chrome_cons
tants.cc. --> |
59 <service android:name="org.chromium.content.app.SandboxedProcessService0
" | 59 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice0" |
60 android:process=":sandboxed_process0" | 60 android:process=":sandboxed_process0" |
61 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 61 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
62 android:isolatedProcess="true" | 62 android:isolatedProcess="true" |
63 android:exported="false" /> | 63 android:exported="false" /> |
64 <service android:name="org.chromium.content.app.SandboxedProcessService1
" | 64 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice1" |
65 android:process=":sandboxed_process1" | 65 android:process=":sandboxed_process1" |
66 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 66 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
67 android:isolatedProcess="true" | 67 android:isolatedProcess="true" |
68 android:exported="false" /> | 68 android:exported="false" /> |
69 <service android:name="org.chromium.content.app.SandboxedProcessService2
" | 69 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice2" |
70 android:process=":sandboxed_process2" | 70 android:process=":sandboxed_process2" |
71 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 71 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
72 android:isolatedProcess="true" | 72 android:isolatedProcess="true" |
73 android:exported="false" /> | 73 android:exported="false" /> |
74 <service android:name="org.chromium.content.app.SandboxedProcessService3
" | 74 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice3" |
75 android:process=":sandboxed_process3" | 75 android:process=":sandboxed_process3" |
76 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 76 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
77 android:isolatedProcess="true" | 77 android:isolatedProcess="true" |
78 android:exported="false" /> | 78 android:exported="false" /> |
79 <service android:name="org.chromium.content.app.SandboxedProcessService4
" | 79 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice4" |
80 android:process=":sandboxed_process4" | 80 android:process=":sandboxed_process4" |
81 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 81 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
82 android:isolatedProcess="true" | 82 android:isolatedProcess="true" |
83 android:exported="false" /> | 83 android:exported="false" /> |
84 <service android:name="org.chromium.content.app.SandboxedProcessService5
" | 84 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice5" |
85 android:process=":sandboxed_process5" | 85 android:process=":sandboxed_process5" |
86 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 86 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
87 android:isolatedProcess="true" | 87 android:isolatedProcess="true" |
88 android:exported="false" /> | 88 android:exported="false" /> |
89 <service android:name="org.chromium.content.app.SandboxedProcessService6
" | 89 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice6" |
90 android:process=":sandboxed_process6" | 90 android:process=":sandboxed_process6" |
91 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 91 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
92 android:isolatedProcess="true" | 92 android:isolatedProcess="true" |
93 android:exported="false" /> | 93 android:exported="false" /> |
94 <service android:name="org.chromium.content.app.SandboxedProcessService7
" | 94 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice7" |
95 android:process=":sandboxed_process7" | 95 android:process=":sandboxed_process7" |
96 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 96 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
97 android:isolatedProcess="true" | 97 android:isolatedProcess="true" |
98 android:exported="false" /> | 98 android:exported="false" /> |
99 <service android:name="org.chromium.content.app.SandboxedProcessService8
" | 99 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice8" |
100 android:process=":sandboxed_process8" | 100 android:process=":sandboxed_process8" |
101 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 101 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
102 android:isolatedProcess="true" | 102 android:isolatedProcess="true" |
103 android:exported="false" /> | 103 android:exported="false" /> |
104 <service android:name="org.chromium.content.app.SandboxedProcessService9
" | 104 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice9" |
105 android:process=":sandboxed_process9" | 105 android:process=":sandboxed_process9" |
106 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 106 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
107 android:isolatedProcess="true" | 107 android:isolatedProcess="true" |
108 android:exported="false" /> | 108 android:exported="false" /> |
109 <service android:name="org.chromium.content.app.SandboxedProcessService1
0" | 109 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice10" |
110 android:process=":sandboxed_process10" | 110 android:process=":sandboxed_process10" |
111 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 111 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
112 android:isolatedProcess="true" | 112 android:isolatedProcess="true" |
113 android:exported="false" /> | 113 android:exported="false" /> |
114 <service android:name="org.chromium.content.app.SandboxedProcessService1
1" | 114 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice11" |
115 android:process=":sandboxed_process11" | 115 android:process=":sandboxed_process11" |
116 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 116 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
117 android:isolatedProcess="true" | 117 android:isolatedProcess="true" |
118 android:exported="false" /> | 118 android:exported="false" /> |
119 <service android:name="org.chromium.content.app.SandboxedProcessService1
2" | 119 <service android:name="org.chromium.content_public.app.SandboxedProcessS
ervice12" |
120 android:process=":sandboxed_process12" | 120 android:process=":sandboxed_process12" |
121 android:permission="org.chromium.content_shell.permission.SANDB
OX" | 121 android:permission="org.chromium.content_shell.permission.SANDB
OX" |
122 android:isolatedProcess="true" | 122 android:isolatedProcess="true" |
123 android:exported="false" /> | 123 android:exported="false" /> |
124 | 124 |
125 <!-- Receiver for GCM messages. Rebroadcasts them locally for sync. --> | 125 <!-- Receiver for GCM messages. Rebroadcasts them locally for sync. --> |
126 <receiver android:exported="true" | 126 <receiver android:exported="true" |
127 android:name="com.google.ipc.invalidation.external.client.cont
rib.MultiplexingGcmListener$GCMReceiver" | 127 android:name="com.google.ipc.invalidation.external.client.cont
rib.MultiplexingGcmListener$GCMReceiver" |
128 android:permission="com.google.android.c2dm.permission.SEND"> | 128 android:permission="com.google.android.c2dm.permission.SEND"> |
129 <intent-filter> | 129 <intent-filter> |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 </service> | 182 </service> |
183 | 183 |
184 <!-- Broadcast receiver that will be notified of account changes. --> | 184 <!-- Broadcast receiver that will be notified of account changes. --> |
185 <receiver android:name="org.chromium.chrome.testshell.signin.AccountsCha
ngedReceiver"> | 185 <receiver android:name="org.chromium.chrome.testshell.signin.AccountsCha
ngedReceiver"> |
186 <intent-filter> | 186 <intent-filter> |
187 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /
> | 187 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /
> |
188 </intent-filter> | 188 </intent-filter> |
189 </receiver> | 189 </receiver> |
190 </application> | 190 </application> |
191 </manifest> | 191 </manifest> |
OLD | NEW |