Skip to content

Commit 062c977

Browse files
Added: Request SET_ALARM permission to allow broadcasting an intent to set an alarm or timer in an alarm clock app
- https://developer.android.com/reference/android/Manifest.permission#SET_ALARM - https://developer.android.com/reference/android/provider/AlarmClock Closes #3990
1 parent 2f40df9 commit 062c977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
3737
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
3838
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />
39+
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
3940

4041
<application
4142
android:name=".app.TermuxApplication"

0 commit comments

Comments
 (0)