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 5, 2024
1 parent 2f40df9 commit 062c977
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 @@ -36,6 +36,7 @@
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<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 062c977

Please sign in to comment.