mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
experiment with trying to find the users name - no joy
This commit is contained in:
parent
d899969aed
commit
eaa5af8fec
5 changed files with 96 additions and 11 deletions
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" /> <!-- for job intent service -->
|
||||
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS " /> <!-- to get the owner's name so we can set it in the radio -->
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
|
||||
<!--
|
||||
This permission is required to allow the application to send
|
||||
events and properties to Mixpanel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue