Skip to content

Commit

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

Remove 'USE_EXACT_ALARM' permission in AndroidManifest
  • Loading branch information
pawelvds committed May 22, 2024
2 parents 2b152ef + 62c1b2b commit 1382c26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
<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,5 +8,4 @@
<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 1382c26

Please sign in to comment.