Skip to content

Commit

Permalink
Merge pull request #36 from SecUSo/development
Browse files Browse the repository at this point in the history
Fix crash on devices running API 22 or lower
  • Loading branch information
udenr authored Dec 4, 2024
2 parents 4061a1f + d70fcc2 commit 7758bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BackupApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</queries>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.WAKE_LOCK" android:maxSdkVersion="22"/>

<application
android:name=".BackupApplication"
Expand Down

0 comments on commit 7758bf0

Please sign in to comment.