Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Android 应用程序,我想在我的设备上重置 notifyAuthFailure 标志,以便我的设备再次提示我。
我有以下方法调用:
accountManager.getAuthToken(account, "oauth2:https://www.googleapis.com/auth/analytics.readonly", true , new AccountManagerCallback() {
在这里查看 api
如何重置我的 Android 设备以便再次收到提示?