File tree Expand file tree Collapse file tree 3 files changed +9
-129
lines changed
OneSignalSDK/app/src/main
java/com/onesignal/example Expand file tree Collapse file tree 3 files changed +9
-129
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.onesignal.example" >
3
+ xmlns : tools =" http://schemas.android.com/tools"
4
+ package =" com.onesignal.example" >
4
5
5
6
<uses-permission android : name =" com.android.vending.BILLING" />
6
7
7
8
<uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
8
9
<!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>-->
9
10
10
-
11
11
<application
12
12
android : allowBackup =" true"
13
13
android : icon =" @drawable/ic_launcher"
72
72
</intent-filter >
73
73
</activity >
74
74
75
-
76
- <!--
77
- <receiver
78
- android:name="com.onesignal.example.TestNotificationOpenedReceiver"
79
- android:exported="false">
80
- <intent-filter>
81
- <action android:name="com.onesignal.NotificationOpened.RECEIVE" />
82
- </intent-filter>
83
- </receiver>
84
-
85
- <receiver
86
- android:name="com.onesignal.example.OneSignalBackgroundDataReceiver"
87
- android:exported="false">
88
- <intent-filter>
89
- <action android:name="com.onesignal.BackgroundBroadcast.RECEIVE" />
90
- </intent-filter>
91
- </receiver>
92
- -->
93
-
94
-
95
- <service
96
- android : name =" .NotificationExtenderServiceTest"
97
- android : exported =" false" >
98
- <intent-filter >
99
- <action android : name =" com.onesignal.NotificationExtender" />
100
- </intent-filter >
101
- </service >
75
+ <!-- <service-->
76
+ <!-- android:name=".NotificationExtenderServiceTest"-->
77
+ <!-- android:exported="false">-->
78
+ <!-- <intent-filter>-->
79
+ <!-- <action android:name="com.onesignal.NotificationExtender" />-->
80
+ <!-- </intent-filter>-->
81
+ <!-- </service>-->
102
82
103
83
</application >
104
84
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments