在 SD 卡上安装 Android 应用

发布于 2024-12-13 23:10:35 字数 249 浏览 0 评论 0原文

我开发了一个可以安装在 SD 卡或移动内存中的应用程序。 我使用设置为 "auto"android:installLocation 属性。

现在我面临的问题是,当我在设备上运行应用程序时,它显示我已启用“移动到 SD 卡”按钮,但是当我将应用程序上传到市场并从市场安装它时,“移动到 SD 卡”按钮未启用。

任何我落后的想法。

I developed an app which can install on sdcard or in mobile internal memory.
I used android:installLocation attribute set to "auto".

Now the problem I am facing is when I run app on device then it shows me move to sdcard button enabled but when I uploaded the app to market and installed it from market then move to sdcard button is not enabled.

Any Idea where I am lagging.

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

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

发布评论

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

评论(1

十级心震 2024-12-20 23:10:35

确保您的应用不受复制保护

应用程序信息屏幕现在有“移至 SD 卡”或
“移动到电话”按钮,但这通常被禁用。受复制保护
应用程序和系统应用程序的更新不能移动到 SD 卡,也不能
那些没有指定它们在 SD 卡上工作的。

http://android-developers.blogspot.com /2010/07/apps-on-sd-card-details.html

Make sure your app is not copy-protected:

The Application Info screen now has either a “move to SD card” or
“move to phone” button, but this is often disabled. Copy-protected
apps and updates to system apps can’t be moved to the SD card, nor can
those which are don’t specify that they work on the SD card.

http://android-developers.blogspot.com/2010/07/apps-on-sd-card-details.html

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