Programmatically forward-lock an Android APK
Posted
by String
on Stack Overflow
See other posts from Stack Overflow
or by String
Published on 2010-04-26T05:33:24Z
Indexed on
2010/04/26
5:43 UTC
Read the original article
Hit count: 363
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]
© Stack Overflow or respective owner