以编程方式前向锁定 Android APK
做了一些预先研究,并坚持总结的要点 在标题中。即,有没有办法前向锁定 APK 从另一个应用程序以编程方式安装?我没遇到过 除了以下帖子中的提示之外的任何内容: http://groups.google.com/group/android-developers/msg/ e39941389d4a4cf8
我在 PackageManager 的文档中看不到任何有关转发的内容 - 锁定,但我承认这是一个不熟悉的领域 SDK 适合我。
[与 Android 开发者 Google 小组交叉发布]
Doing a bit of advance research, and am stuck on the point summarized
in the title. Namely, is there any way to forward-lock an APK
installed programmatically, from another app? I've not come across
anything beyond a hint in the following post:
http://groups.google.com/group/android-developers/msg/e39941389d4a4cf8
I can't see anything in the docs for PackageManager about forward-
locking, but I readily confess that this is an unfamiliar area of the
SDK for me.
[Cross-posted with the Android-Developers Google group]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人再看一遍......我发现它无法在现代版本的 Android SDK 中完成。另外,无论如何,前向锁定已被弃用。
If anyone looks at this again... I've since found out that it can't be done in modern versions of the Android SDK. Plus, forward-locking has since been deprecated anyway.