Why does my app say I am requesting permission for Contacts?
问题 I have a watch face app that says I am requesting permissions for Contacts... but I'm not. I can't figure out why this is... I have in-app billing and I access Google fit data... as well as Google Analytics. Here is a list of the permissions in my manifest: <!-- Normal Permissions --> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"