Skip to content

Commit

Permalink
Merge pull request #78 from fiskaltrust/Update-target-framework-to-14…
Browse files Browse the repository at this point in the history
…-Android-versions-#67

Add 'USE_EXACT_ALARM' permission in AndroidManifest
  • Loading branch information
pawelvds committed May 7, 2024
2 parents 8eb8097 + 0410208 commit 2b152ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
</manifest>

0 comments on commit 2b152ef

Please sign in to comment.