Android – how do I open the Gmail mail API permissions dialog box?

I'm using the custom UI to process Gmail mail API. It's using some Gmail IDS, but some of them don't work. When I search for this problem, I find that my email ID doesn't have Gmail read email permission. My problem is how to open the permission dialog box in Android application

resolvent:

Check the permissions in the Android manifest file

<uses-permission android:name="com.google.android.gm.permission.WRITE_GMAIL" />
<uses-permission android:name="com.google.android.gm.permission.AUTO_SEND" />

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>