如何阻止我的应用程序通过蓝牙共享?

发布于 2024-12-25 02:54:03 字数 182 浏览 1 评论 0原文

如何确保我的 Android 应用程序不可通过蓝牙共享?

使用允许用户通过蓝牙共享文件、应用程序等的应用程序(即来自 Android 市场的免费蓝牙文件传输),我已成功地将我的应用程序从一部手机传输到另一部手机。

我已经研究过使用 Android 的权限来禁止蓝牙传输,但没有任何效果。

有什么想法吗?

How can I ensure that my Android application is not shareable via Bluetooth?

Using applications which allow users to share files, apps, etc., via Bluetooth (ie, free Bluetooth File Transfer from the Android Market), I have successfully transferred my application from one phone to another.

I've looked into forbidding Bluetooth transfer using Android's permissions, but nothing came even close.

Any ideas?

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

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

发布评论

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

评论(1

一瞬间的火花 2025-01-01 02:54:03

默认情况下,在未 root 的 Android 手机上,所有应用无法共享到其他设备,除非某些应用不实现此功能。另一方面,如果手机已 root,则没有简单的方法可以阻止 .apk 文件被复制到另一台设备。

所以,我认为你不应该为此烦恼。

By default, on non-rooted Android phones all apps can't be shared to other devices, unless some app doesn't implemet this functionality. On the other hand, if phone is rooted, there is no easy way to prevent .apk file from beeing copied to another device.

So, I think you shouldn't bother about this.

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