gpt4 book ai didi

android - 客户经理 : Android App not appearing under Accounts Tab of Settings,

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:11:17 24 4
gpt4 key购买 nike

我正在尝试将我的应用程序添加到设置的“帐户部分”。这样当用户点击 Add account 时,我的应用程序名称是可见的。完整代码可见here我创建了一个身份验证器服务。这就是我的 list 的样子

<service android:name=".AuthenticatorService">
<intent-filter>
<action android:name="android.accounts.AccountAuthenticator" />
</intent-filter>
<meta-data android:name="android.accounts.AccountAuthenticator"
android:resource="@xml/authenticator" />
</service>

我还创建了一个“authenticator.xml”

    <?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="com.udinic.auth_example"
android:icon="@drawable/ic_launcher"
android:smallIcon="@drawable/ic_launcher"
android:label="testing"
android:accountPreferences="@xml/prefs"/>

但我仍然没有在帐户下看到我的应用程序。我正在关注 this tutorial 但它不工作。你能告诉我我做错了什么吗?

最佳答案

在标签中使用资源字符串而不是文字文本。

“authenticator.xml”

android:label="@string/some_label"

关于android - 客户经理 : Android App not appearing under Accounts Tab of Settings,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33852521/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com