File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed
AndroidSDKLocation/src/main Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 22 xmlns : android =" http://schemas.android.com/apk/res/android" >
33
44 <uses-sdk android : minSdkVersion =" 14" />
5- <!-- Minimum permissions needed for SDK to work -->
5+ <!-- Minimum permissions needed for SDK to work. -->
66 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
77 <uses-permission android : name =" android.permission.INTERNET" />
88</manifest >
Original file line number Diff line number Diff line change 33
44 <uses-sdk android : minSdkVersion =" 14" />
55 <application >
6- <!-- Leanplum FCM Message Handling Service -->
6+ <!-- Leanplum FCM Message Handling Service. -->
77 <service
88 android : name =" com.leanplum.LeanplumPushFirebaseMessagingService"
99 android : enabled =" true"
1313 </intent-filter >
1414 </service >
1515
16- <!-- Leanplum FCM Registration Job Service -->
16+ <!-- Leanplum FCM Registration Job Service. -->
1717 <service android : name =" com.leanplum.LeanplumFcmRegistrationJobService"
1818 android : permission =" android.permission.BIND_JOB_SERVICE" />
1919
2020
21- <!-- Leanplum FCM Instance ID Service -->
21+ <!-- Leanplum FCM Instance ID Service. -->
2222 <service
2323 android : name =" com.leanplum.LeanplumPushFcmListenerService"
2424 android : enabled =" true"
2828 </intent-filter >
2929 </service >
3030
31- <!-- Leanplum Push Notification Receiver for FCM -->
31+ <!-- Leanplum Push Notification Receiver for FCM. -->
3232 <receiver
3333 android : name =" com.leanplum.LeanplumPushReceiver"
3434 android : enabled =" true"
Original file line number Diff line number Diff line change 22 xmlns : android =" http://schemas.android.com/apk/res/android" >
33
44 <uses-sdk android : minSdkVersion =" 14" />
5- <!-- Permissions for GCM -->
5+ <!-- Permissions for GCM. -->
66 <uses-permission android : name =" com.google.android.c2dm.permission.RECEIVE" />
77 <permission
88 android : name =" ${applicationId}.permission.C2D_MESSAGE"
99 android : protectionLevel =" signature" />
1010 <uses-permission android : name =" ${applicationId}.permission.C2D_MESSAGE" />
11+
1112 <application >
1213 <receiver
1314 android : name =" com.google.android.gms.gcm.GcmReceiver"
2223 </intent-filter >
2324 </receiver >
2425
25- <!-- Leanplum Push Notification Receiver for GCM -->
26+ <!-- Leanplum Push Notification Receiver for GCM. -->
2627 <receiver
2728 android : name =" com.leanplum.LeanplumPushReceiver"
2829 android : enabled =" true"
3233 </intent-filter >
3334 </receiver >
3435
35- <!-- Leanplum GCM Message Handling Service -->
36+ <!-- Leanplum GCM Message Handling Service. -->
3637 <service
3738 android : name =" com.leanplum.LeanplumPushListenerService"
3839 android : enabled =" true"
4243 </intent-filter >
4344 </service >
4445
45- <!-- Leanplum GCM Registration Job Service -->
46+ <!-- Leanplum GCM Registration Job Service. -->
4647 <service
4748 android : name =" com.leanplum.LeanplumGcmRegistrationJobService"
4849 android : permission =" android.permission.BIND_JOB_SERVICE" />
4950
50- <!-- Leanplum GCM Instance ID Service -->
51+ <!-- Leanplum GCM Instance ID Service. -->
5152 <service
5253 android : name =" com.leanplum.LeanplumPushInstanceIDService"
5354 android : enabled =" true"
Original file line number Diff line number Diff line change 22 xmlns : android =" http://schemas.android.com/apk/res/android" >
33
44 <uses-sdk android : minSdkVersion =" 14" />
5+ <!-- Permissions for geofencing. -->
6+ <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
7+ <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
8+
59 <application >
610 <!-- Geofencing Service -->
711 <service android : name =" com.leanplum.ReceiveTransitionsIntentService" />
Original file line number Diff line number Diff line change 33
44 <uses-sdk android : minSdkVersion =" 14" />
55 <application >
6- <!-- Leanplum GCM/FCM Registration Service -->
6+ <!-- Leanplum GCM/FCM Registration Service. -->
77 <service android : name =" com.leanplum.LeanplumPushRegistrationService" />
8- <!-- Leanplum Local Push Notification Service-->
8+ <!-- Leanplum Local Push Notification Service. -->
99 <service android : name =" com.leanplum.LeanplumLocalPushListenerService" />
1010 </application >
1111</manifest >
You can’t perform that action at this time.
0 commit comments