experiment with trying to find the users name - no joy

This commit is contained in:
geeksville 2020-02-10 20:17:42 -08:00
parent d899969aed
commit eaa5af8fec
5 changed files with 96 additions and 11 deletions

View file

@ -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.