Skip to content

Commit 74835bd

Browse files
Explicitly remove android permission ACTIVITY_RECOGNITION (#378)
1 parent 6f161e9 commit 74835bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<!-- Required for Google Analytics to access the Advertising ID on Android 13+ -->
1818
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
1919

20+
<!-- Remove ACTIVITY_RECOGNITION permission -->
21+
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" tools:node="remove" />
22+
2023
<application
2124
tools:replace="android:label"
2225
android:label="Mosquito Alert"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mosquito_alert_app
22
description: A new Flutter project.
3-
version: 4.1.0+2883
3+
version: 4.1.0+2884
44
publish_to: none
55

66

0 commit comments

Comments
 (0)