We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f161e9 commit 74835bdCopy full SHA for 74835bd
android/app/src/main/AndroidManifest.xml
@@ -17,6 +17,9 @@
17
<!-- Required for Google Analytics to access the Advertising ID on Android 13+ -->
18
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
19
20
+ <!-- Remove ACTIVITY_RECOGNITION permission -->
21
+ <uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" tools:node="remove" />
22
+
23
<application
24
tools:replace="android:label"
25
android:label="Mosquito Alert"
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: mosquito_alert_app
2
description: A new Flutter project.
3
-version: 4.1.0+2883
+version: 4.1.0+2884
4
publish_to: none
5
6
0 commit comments