Skip to content

Commit f9d70b0

Browse files
authored
Get sender of alarm (#3950)
https://community.openhab.org/t/phantom-alarmclock-times-sent-by-null/167186 A user reports that an unknown app ("which was sent by null") sets invalid alarm times. To see the app causing this issue, permissions the query all installed apps is required. As this isn't allowed on Play Store, only add it to the F-Droid version. Signed-off-by: mueller-ma <[email protected]>
1 parent 62c69c8 commit f9d70b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mobile/src/foss/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33
<!-- Not allowed on Play Store -->
44
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
5+
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
56

67
<application>
78
<service

0 commit comments

Comments
 (0)