Add a banner to ask the user to disable battery optimization when Event cannot be resolved from Push.
This commit is contained in:
parent
11c2467577
commit
7deed4cc86
22 changed files with 583 additions and 11 deletions
|
|
@ -7,6 +7,9 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
|
||||
|
||||
<application>
|
||||
<receiver
|
||||
android:name=".notifications.TestNotificationReceiver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue