Android 下的同步提供程序不适用于 Droid Bionic (摩托罗拉)

发布于 2024-12-04 02:28:26 字数 500 浏览 0 评论 0原文

我正在尝试解决摩托罗拉新款 Droid Bionic 遇到的问题。我尝试安装一堆简单的同步提供程序,例如 https://github.com/weisserd/LDAP -同步或市场上的官方 Facebook 应用程序。

基本上,我无法通过“帐户”界面添加任何帐户,除非提供这些帐户的应用程序与设备捆绑在一起 - 尝试使用官方 Facebook 应用程序添加帐户时,单击图标时不会执行任何操作。其他一些拥有 Bionic 的朋友也看到了这一点。

有谁知道 android.permission.MANAGE_ACCOUNTS 功能是否在 Blur 下基本上被破坏了,除非我在实现中做了一些摩托罗拉特定的事情?我搜索过摩托罗拉网站,开发者论坛基本上都是对设备上的摩托罗拉定制软件有问题的人,但没有专门针对同步提供商的内容。

我有一些应用程序想要在 Bionic 上运行,但它们都使用“帐户”界面。 :(。

I'm trying to solve an issue I am having with the new Droid Bionic from Motorola. I've tried to install a bunch of simple sync providers such as https://github.com/weisserd/LDAP-Sync or the Official Facebook App from the Market.

Basically, I cannot add any accounts through the "Accounts" interface unless the apps providing those accounts were bundled with the device -- trying to add an account using the official Facebook app just doesn't do anything when you click the icon. Some other friends who own the Bionic see this too.

Does anyone happen to know if the android.permission.MANAGE_ACCOUNTS functionality is basically broken under Blur unless I do something Motorola specific in my implementation? I've searched around the Motorola website, and the developer forums are basically filled with people having issues with Motorola's customized software on their devices, but nothing specific to sync providers.

I have some apps that I'd like to make work on the Bionic, but they all use the "Accounts" interface. :(.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎言笑 2024-12-11 02:28:26

我知道回答这个问题已经很晚了,但我也遇到了同样的问题,并且找到了解决方案。需要

android:exported="true"

在 AndroidManifest 中为验证器活动添加标志

I know it is very late to answer this question but I had the same problem and I found the solution. It is necessary to add the flag

android:exported="true"

in the AndroidManifest for the authenticator activity

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文