OLD | NEW |
1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
2 <!-- Copyright 2011 Google Inc. All Rights Reserved. --> | 2 <!-- Copyright 2011 Google Inc. All Rights Reserved. --> |
3 <!-- Manifest for AndroidListener sample application. Must be merged with | 3 <!-- Manifest for AndroidListener sample application. Must be merged with |
4 j/c/g/ipc/invalidation/external/client/contrib:android_listener_manifest
. --> | 4 j/c/g/ipc/invalidation/external/client/contrib:android_listener_manifest
. --> |
5 <manifest android:versionCode="1" android:versionName="0.1" package="com.google.
ipc.invalidation.examples.android2" xmlns:android="http://schemas.android.com/ap
k/res/android"> | 5 <manifest android:versionCode="1" android:versionName="0.1" package="com.google.
ipc.invalidation.examples.android2" xmlns:android="http://schemas.android.com/ap
k/res/android"> |
6 <!-- *** WARNING *** DO NOT EDIT! THIS IS GENERATED MANIFEST BY MERGE_MANIFEST
TOOL. | 6 <!-- *** WARNING *** DO NOT EDIT! THIS IS GENERATED MANIFEST BY MERGE_MANIFEST
TOOL. |
7 Merger manifest: | 7 Merger manifest: |
8 java/com/google/ipc/invalidation/examples/android2/AndroidManifest.xml | 8 java/com/google/ipc/invalidation/examples/android2/AndroidManifest.xml |
9 Mergee manifests: | 9 Mergee manifests: |
10 blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-opt/bin/java/com/google/i
pc/invalidation/external/client/contrib/android_listener_manifest/AndroidManifes
t.xml | |
11 --> | 10 --> |
12 <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/> | 11 <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/> |
13 <!-- Declare and use permission allowing this application to receive GCM | 12 <!-- Declare and use permission allowing this application to receive GCM |
14 messages. --> | 13 messages. --> |
15 <permission android:name="com.google.ipc.invalidation.examples.android2.permis
sion.C2D_MESSAGE" android:protectionLevel="signature"/> | 14 <permission android:name="com.google.ipc.invalidation.examples.android2.permis
sion.C2D_MESSAGE" android:protectionLevel="signature"/> |
16 <uses-permission android:name="com.google.ipc.invalidation.examples.android2.p
ermission.C2D_MESSAGE"/> | 15 <uses-permission android:name="com.google.ipc.invalidation.examples.android2.p
ermission.C2D_MESSAGE"/> |
17 <application> | 16 <application> |
18 <!-- Configure the listener class for the application --> | 17 <!-- Configure the listener class for the application --> |
19 <meta-data android:name="ipc.invalidation.ticl.listener_service_class" andro
id:value="com.google.ipc.invalidation.examples.android2.ExampleListener"/> | 18 <meta-data android:name="ipc.invalidation.ticl.listener_service_class" andro
id:value="com.google.ipc.invalidation.examples.android2.ExampleListener"/> |
20 <!-- To enable background invalidations uncomment the following element: | 19 <!-- To enable background invalidations uncomment the following element: |
21 --> | 20 --> |
22 <!--<meta-data | 21 <!--<meta-data |
23 android:name= | 22 android:name= |
24 "ipc.invalidation.ticl.background_invalidation_listener_service_class" | 23 "ipc.invalidation.ticl.background_invalidation_listener_service_class" |
25 android:value= | 24 android:value= |
26 "com.google.ipc.invalidation.examples.android2.ExampleListener"/>--> | 25 "com.google.ipc.invalidation.examples.android2.ExampleListener"/>--> |
27 <!-- Example activity --> | 26 <!-- Example activity --> |
28 <activity android:name="com.google.ipc.invalidation.examples.android2.MainAc
tivity"> | 27 <activity android:name="com.google.ipc.invalidation.examples.android2.MainAc
tivity"> |
29 <intent-filter> | 28 <intent-filter> |
30 <action android:name="android.intent.action.MAIN"/> | 29 <action android:name="android.intent.action.MAIN"/> |
31 <category android:name="android.intent.category.LAUNCHER"/> | 30 <category android:name="android.intent.category.LAUNCHER"/> |
32 </intent-filter> | 31 </intent-filter> |
33 </activity> | 32 </activity> |
34 <!-- Ticl listener. --> | 33 <!-- Ticl listener. --> |
35 <service android:exported="false" android:name="com.google.ipc.invalidation.
examples.android2.ExampleListener"> | 34 <service android:exported="false" android:name="com.google.ipc.invalidation.
examples.android2.ExampleListener"> |
36 <intent-filter> | 35 <intent-filter> |
37 <action android:name="com.google.ipc.invalidation.AUTH_TOKEN_REQUEST"/> | 36 <action android:name="com.google.ipc.invalidation.AUTH_TOKEN_REQUEST"/> |
38 </intent-filter> | 37 </intent-filter> |
39 </service> | 38 </service> |
40 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
41 <!-- Receiver for scheduler alarms. --> | 39 <!-- Receiver for scheduler alarms. --> |
42 <receiver android:exported="false" android:name="com.google.ipc.invalidation
.external.client.contrib.AndroidListener$AlarmReceiver"/> | 40 <receiver android:exported="false" android:name="com.google.ipc.invalidation
.external.client.contrib.AndroidListener$AlarmReceiver"/> |
43 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
44 <!-- Receiver for scheduler alarms. --> | 41 <!-- Receiver for scheduler alarms. --> |
45 <receiver android:exported="false" android:name="com.google.ipc.invalidation
.ticl.android2.AndroidInternalScheduler$AlarmReceiver"/> | 42 <receiver android:exported="false" android:name="com.google.ipc.invalidation
.ticl.android2.AndroidInternalScheduler$AlarmReceiver"/> |
46 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
47 <!-- GCM Broadcast Receiver --> | 43 <!-- GCM Broadcast Receiver --> |
48 <receiver android:exported="true" android:name="com.google.ipc.invalidation.
external.client.contrib.MultiplexingGcmListener$GCMReceiver" android:permission=
"com.google.android.c2dm.permission.SEND"> | 44 <receiver android:exported="true" android:name="com.google.ipc.invalidation.
external.client.contrib.MultiplexingGcmListener$GCMReceiver" android:permission=
"com.google.android.c2dm.permission.SEND"> |
49 <intent-filter> | 45 <intent-filter> |
50 <action android:name="com.google.android.c2dm.intent.RECEIVE"/> | 46 <action android:name="com.google.android.c2dm.intent.RECEIVE"/> |
51 <action android:name="com.google.android.c2dm.intent.REGISTRATION"/> | 47 <action android:name="com.google.android.c2dm.intent.REGISTRATION"/> |
52 <category android:name="com.google.ipc.invalidation.ticl.android2"/> | 48 <category android:name="com.google.ipc.invalidation.ticl.android2"/> |
53 </intent-filter> | 49 </intent-filter> |
54 </receiver> | 50 </receiver> |
55 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
56 <!-- Merged from file: java/com/google/ipc/invalidation/external/client/andr
oid2/AndroidManifest.xml --> | 51 <!-- Merged from file: java/com/google/ipc/invalidation/external/client/andr
oid2/AndroidManifest.xml --> |
57 <receiver android:exported="false" android:name="com.google.ipc.invalidation
.ticl.android2.channel.AndroidMessageReceiverService$Receiver"> | 52 <receiver android:exported="false" android:name="com.google.ipc.invalidation
.ticl.android2.channel.AndroidMessageReceiverService$Receiver"> |
58 <intent-filter> | 53 <intent-filter> |
59 <action android:name="com.google.ipc.invalidation.gcmmplex.EVENT"/> | 54 <action android:name="com.google.ipc.invalidation.gcmmplex.EVENT"/> |
60 </intent-filter> | 55 </intent-filter> |
61 </receiver> | 56 </receiver> |
62 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
63 <!-- Ticl service. --> | 57 <!-- Ticl service. --> |
64 <service android:exported="false" android:name="com.google.ipc.invalidation.
ticl.android2.TiclService"/> | 58 <service android:exported="false" android:name="com.google.ipc.invalidation.
ticl.android2.TiclService"/> |
65 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
66 <!-- Ticl sender. --> | 59 <!-- Ticl sender. --> |
67 <service android:exported="false" android:name="com.google.ipc.invalidation.
ticl.android2.channel.AndroidMessageSenderService"/> | 60 <service android:exported="false" android:name="com.google.ipc.invalidation.
ticl.android2.channel.AndroidMessageSenderService"/> |
68 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
69 <!-- GCM multiplexer --> | 61 <!-- GCM multiplexer --> |
70 <service android:exported="false" android:name="com.google.ipc.invalidation.
external.client.contrib.MultiplexingGcmListener"> | 62 <service android:exported="false" android:name="com.google.ipc.invalidation.
external.client.contrib.MultiplexingGcmListener"> |
71 <meta-data android:name="sender_ids" android:value="ipc.invalidation@gmail
.com"/> | 63 <meta-data android:name="sender_ids" android:value="ipc.invalidation@gmail
.com"/> |
72 </service> | 64 </service> |
73 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-op
t/bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_
manifest/AndroidManifest.xml --> | |
74 <!-- Invalidation service multiplexed GCM receiver --> | 65 <!-- Invalidation service multiplexed GCM receiver --> |
75 <service android:enabled="true" android:exported="false" android:name="com.g
oogle.ipc.invalidation.ticl.android2.channel.AndroidMessageReceiverService"/> | 66 <service android:enabled="true" android:exported="false" android:name="com.g
oogle.ipc.invalidation.ticl.android2.channel.AndroidMessageReceiverService"/> |
76 </application> | 67 </application> |
77 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-opt/
bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_ma
nifest/AndroidManifest.xml --> | |
78 <!-- App receives GCM messages. --> | 68 <!-- App receives GCM messages. --> |
79 <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/> | 69 <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/> |
80 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-opt/
bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_ma
nifest/AndroidManifest.xml --> | |
81 <!-- GCM connects to Google Services. --> | 70 <!-- GCM connects to Google Services. --> |
82 <uses-permission android:name="android.permission.INTERNET"/> | 71 <uses-permission android:name="android.permission.INTERNET"/> |
83 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-opt/
bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_ma
nifest/AndroidManifest.xml --> | |
84 <!-- GCM requires a Google account. --> | 72 <!-- GCM requires a Google account. --> |
85 <uses-permission android:name="android.permission.GET_ACCOUNTS"/> | 73 <uses-permission android:name="android.permission.GET_ACCOUNTS"/> |
86 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-opt/
bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_ma
nifest/AndroidManifest.xml --> | |
87 <!-- Merged from file: java/com/google/ipc/invalidation/external/client/androi
d2/AndroidManifest.xml --> | 74 <!-- Merged from file: java/com/google/ipc/invalidation/external/client/androi
d2/AndroidManifest.xml --> |
88 <uses-permission android:name="android.permission.USE_CREDENTIALS"/> | 75 <uses-permission android:name="android.permission.USE_CREDENTIALS"/> |
89 <!-- Merged from file: blaze-out/gcc-4.X.Y-crosstool-v17-hybrid-grtev3-k8-opt/
bin/java/com/google/ipc/invalidation/external/client/contrib/android_listener_ma
nifest/AndroidManifest.xml --> | |
90 <!-- Keeps the processor from sleeping when a message is received. --> | 76 <!-- Keeps the processor from sleeping when a message is received. --> |
91 <uses-permission android:name="android.permission.WAKE_LOCK"/> | 77 <uses-permission android:name="android.permission.WAKE_LOCK"/> |
92 </manifest> | 78 </manifest> |
OLD | NEW |