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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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" >
45
56 <uses-permission android : name =" com.android.vending.BILLING" />
67
78 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
89 <!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>-->
910
10-
1111 <application
1212 android : allowBackup =" true"
1313 android : icon =" @drawable/ic_launcher"
7272 </intent-filter >
7373 </activity >
7474
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>-->
10282
10383 </application >
10484
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments