mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-09 15:15:52 -04:00
fix missing crashlytics permission
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" /> <!-- for job intent service -->
|
||||
|
||||
<!--
|
||||
This permission is required to allow the application to send
|
||||
events and properties to Mixpanel.
|
||||
This permission is required for analytics - and soon the MQTT gateway
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
<!--
|
||||
This permission is optional but recommended so we can be smart
|
||||
|
||||
Reference in New Issue
Block a user