Skip to content

Commit

Permalink
Merge pull request #198 from hannesa2/MovePermission
Browse files Browse the repository at this point in the history
Move permission
  • Loading branch information
hannesa2 committed Apr 2, 2024
2 parents de90bb9 + 7cfc9da commit 2e283f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand Down
1 change: 1 addition & 0 deletions githubAppUpdate/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<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 />

Expand Down

0 comments on commit 2e283f3

Please sign in to comment.