Skip to content

Commit 9735ae2

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 0813e46 commit 9735ae2

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
@@ -33,6 +33,7 @@
3333
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
3434
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
3535
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />
36+
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
3637

3738
<application
3839
android:name=".app.TermuxApplication"

0 commit comments

Comments
 (0)