Programming Tips - Why is my app requesting GET_ACCOUNTS? (I didn't ask for it)

Date: 2018jan12 OS: Android Language: gradle Keywords: android.permission.GET_ACCOUNTS Q. Why is my app requesting GET_ACCOUNTS? (I didn't ask for it) A. You may be pulling it in with Google play services. Remove this dependency:
compile 'com.google.android.gms:play-services:8.3.0'