Skip to content

Commit

Permalink
Added: Request SET_ALARM permission to allow broadcasting an intent…
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Jun 17, 2024
1 parent 0813e46 commit 9735ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />

<application
android:name=".app.TermuxApplication"
Expand Down

0 comments on commit 9735ae2

Please sign in to comment.