SD 卡中的 Android Widget
嘿, 我刚刚向我的 Android 应用程序添加了一个小部件,但是当我现在将我的应用程序移动到 SD 时,小部件就会消失并且不再被列入列表。有什么技巧可以让我仍然可以使用小部件或我必须编写第二个“小部件应用程序”吗?
Hey,
I just added a Widget to my Android App but when I now move my App to SD the Widget disappears and is not listet any more. Is there any trick so that I can still use a Widget oder twi I have to write a second "Widget App" ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 SD 安装的应用程序中明确禁用小部件:
Android 问题跟踪。
Widgets are explicitly disabled in SD installed applications:
Android issue tracking that.
使用当前 SDK 安装在 SD 上的应用程序不支持小部件。您可以不支持 App2SD,也可以编写第二个小部件应用程序。取决于您的需求。
Widgets are not supported for apps installed on SD with the current sdks. You can either not support App2SD or write a second widget app. Depends on your needs.