Skip to content

Commit 2e283f3

Browse files
authored
Merge pull request #198 from hannesa2/MovePermission
Move permission
2 parents de90bb9 + 7cfc9da commit 2e283f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
44

5-
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
6-
75
<application
86
android:allowBackup="true"
97
android:icon="@drawable/ic_launcher"

githubAppUpdate/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22

33
<uses-permission android:name="android.permission.INTERNET" />
4+
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
45

56
<application />
67

0 commit comments

Comments
 (0)