I am trying to add Android 6.0 support in my Existing Android App. I have used SYNCADAPTER
to sync data. its working fine till API 22. but in 23 (ANDROID 6.0) they have remove Group permission AUTHENTICATE_ACCOUNTS
.
I found sample how to get run-time permission, I tried same with AUTHENTICATE_ACCOUNTS
but it is not working.
I also found one answer, Is there any trick to use AUTHENTICATE_ACCOUNTS
same as that answer?
i found removed permissions list overhere. so if my app use that permission which is listed. in that case does any app works in Android M (6.0)?
AUTHENTICATE_ACCOUNTS
? Check the current JavaDocs, as you may not need that permission on API Level 23. – Benign