mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix missing crashlytics permission
This commit is contained in:
parent
3f50cab92d
commit
9d75c6f062
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue