We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de90bb9 + 7cfc9da commit 2e283f3Copy full SHA for 2e283f3
app/src/main/AndroidManifest.xml
@@ -2,8 +2,6 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:tools="http://schemas.android.com/tools">
4
5
- <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
6
-
7
<application
8
android:allowBackup="true"
9
android:icon="@drawable/ic_launcher"
githubAppUpdate/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application />
0 commit comments