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.
2 parents 1046eef + 6a1432b commit ad85dedCopy full SHA for ad85ded
config.xml
@@ -181,6 +181,9 @@
181
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
182
<application android:usesCleartextTraffic="true" />
183
</edit-config>
184
+ <edit-config file="AndroidManifest.xml" mode="overwrite" target="/manifest/uses-feature[@android:name='android.hardware.location.gps']">
185
+ <uses-feature android:name="android.hardware.location.gps" android:required="false" />
186
+ </edit-config>
187
<config-file parent="/manifest/application" target="AndroidManifest.xml">
188
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
189
</config-file>
0 commit comments