Skip to content

Commit 91029d5

Browse files
authored
Merge pull request #1060 from mendix/moo/moo-2001/removedUseExactAlarm
[MOO-2001] removed useExactAlarm since it's not compatible with google policies
2 parents 6fa5096 + 2ed438f commit 91029d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Fixes
1010

11+
- We have removed USE_EXACT_ALARM permission from the manifest to comply with updated Google Play policies.
12+
1113
- We have upgraded `@mendix/native` to version 9.0.1
1214

1315
## [14.0.0] - 2025-04-01

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2323
<!-- Required for scheduling local notifications -->
2424
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
25-
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
2625
<!-- If this app uses ads, remove 'tools:node="remove"' to enable ad ID access. -->
2726
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
2827

0 commit comments

Comments
 (0)