OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 | |
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | |
4 Use of this source code is governed by a BSD-style license that can be | |
5 found in the LICENSE file. | |
6 --> | |
7 | |
8 <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
9 package="org.chromium.chromecast.shell"> | |
10 | |
11 <permission android:name="org.chromium.chromecast.shell.permission.SANDBOX" | |
12 android:protectionLevel="signature" /> | |
13 | |
14 <application android:name="org.chromium.chromecast.shell.CastApplication" | |
15 android:icon="@mipmap/app_icon" | |
16 android:label="@string/app_name"> | |
17 <activity android:name="org.chromium.chromecast.shell.CastShellActivity" | |
18 android:theme="@style/CastShellTheme" | |
19 android:exported="true" | |
20 android:hardwareAccelerated="true" | |
21 android:taskAffinity=".CastShellActivity" | |
22 android:configChanges="orientation|keyboardHidden|keyboard|scr
eenSize" | |
23 android:excludeFromRecents="true" | |
24 android:noHistory="true"> | |
25 <intent-filter> | |
26 <action android:name="android.intent.action.MAIN"/> | |
27 <category android:name="android.intent.category.LAUNCHER"/> | |
28 </intent-filter> | |
29 </activity> | |
30 | |
31 <!-- The following service entries exist in order to allow us to | |
32 start more than one sandboxed process. --> | |
33 <service android:name="org.chromium.content.app.SandboxedProcessService0
" | |
34 android:process=":sandboxed_process0" | |
35 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
36 android:isolatedProcess="true" | |
37 android:exported="false" /> | |
38 <service android:name="org.chromium.content.app.SandboxedProcessService1
" | |
39 android:process=":sandboxed_process1" | |
40 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
41 android:isolatedProcess="true" | |
42 android:exported="false" /> | |
43 <service android:name="org.chromium.content.app.SandboxedProcessService2
" | |
44 android:process=":sandboxed_process2" | |
45 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
46 android:isolatedProcess="true" | |
47 android:exported="false" /> | |
48 <service android:name="org.chromium.content.app.SandboxedProcessService3
" | |
49 android:process=":sandboxed_process3" | |
50 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
51 android:isolatedProcess="true" | |
52 android:exported="false" /> | |
53 <service android:name="org.chromium.content.app.SandboxedProcessService4
" | |
54 android:process=":sandboxed_process4" | |
55 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
56 android:isolatedProcess="true" | |
57 android:exported="false" /> | |
58 <service android:name="org.chromium.content.app.SandboxedProcessService5
" | |
59 android:process=":sandboxed_process5" | |
60 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
61 android:isolatedProcess="true" | |
62 android:exported="false" /> | |
63 <service android:name="org.chromium.content.app.SandboxedProcessService6
" | |
64 android:process=":sandboxed_process6" | |
65 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
66 android:isolatedProcess="true" | |
67 android:exported="false" /> | |
68 <service android:name="org.chromium.content.app.SandboxedProcessService7
" | |
69 android:process=":sandboxed_process7" | |
70 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
71 android:isolatedProcess="true" | |
72 android:exported="false" /> | |
73 <service android:name="org.chromium.content.app.SandboxedProcessService8
" | |
74 android:process=":sandboxed_process8" | |
75 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
76 android:isolatedProcess="true" | |
77 android:exported="false" /> | |
78 <service android:name="org.chromium.content.app.SandboxedProcessService9
" | |
79 android:process=":sandboxed_process9" | |
80 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
81 android:isolatedProcess="true" | |
82 android:exported="false" /> | |
83 <service android:name="org.chromium.content.app.SandboxedProcessService1
0" | |
84 android:process=":sandboxed_process10" | |
85 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
86 android:isolatedProcess="true" | |
87 android:exported="false" /> | |
88 <service android:name="org.chromium.content.app.SandboxedProcessService1
1" | |
89 android:process=":sandboxed_process11" | |
90 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
91 android:isolatedProcess="true" | |
92 android:exported="false" /> | |
93 <service android:name="org.chromium.content.app.SandboxedProcessService1
2" | |
94 android:process=":sandboxed_process12" | |
95 android:permission="org.chromium.chromecast.shell.permission.SA
NDBOX" | |
96 android:isolatedProcess="true" | |
97 android:exported="false" /> | |
98 <service android:name="org.chromium.content.app.SandboxedProcessService1
3" | |
99 android:process=":sandboxed_process13" | |
100 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
101 android:isolatedProcess="true" | |
102 android:exported="false" /> | |
103 <service android:name="org.chromium.content.app.SandboxedProcessService1
4" | |
104 android:process=":sandboxed_process14" | |
105 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
106 android:isolatedProcess="true" | |
107 android:exported="false" /> | |
108 <service android:name="org.chromium.content.app.SandboxedProcessService1
5" | |
109 android:process=":sandboxed_process15" | |
110 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
111 android:isolatedProcess="true" | |
112 android:exported="false" /> | |
113 <service android:name="org.chromium.content.app.SandboxedProcessService1
6" | |
114 android:process=":sandboxed_process16" | |
115 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
116 android:isolatedProcess="true" | |
117 android:exported="false" /> | |
118 <service android:name="org.chromium.content.app.SandboxedProcessService1
7" | |
119 android:process=":sandboxed_process17" | |
120 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
121 android:isolatedProcess="true" | |
122 android:exported="false" /> | |
123 <service android:name="org.chromium.content.app.SandboxedProcessService1
8" | |
124 android:process=":sandboxed_process18" | |
125 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
126 android:isolatedProcess="true" | |
127 android:exported="false" /> | |
128 <service android:name="org.chromium.content.app.SandboxedProcessService1
9" | |
129 android:process=":sandboxed_process19" | |
130 android:permission="org.chromium.content_shell.permission.SANDB
OX" | |
131 android:isolatedProcess="true" | |
132 android:exported="false" /> | |
133 </application> | |
134 | |
135 <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" /> | |
136 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | |
137 <uses-permission android:name="android.permission.INTERNET"/> | |
138 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> | |
139 <uses-permission android:name="android.permission.WAKE_LOCK"/> | |
140 | |
141 </manifest> | |
OLD | NEW |