You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
If I have a third part apk signed with their key. I made it prebuilt with our device, in ics, this should be done with BUILD_PREBUILT, the apk must be signed with our key,
but when the user get the device how could they upgrade the apk with the newest version the third party provided? (the certificates is not same).
Magnus Bäck
unread,
Mar 14, 2012, 4:13:28 PM3/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
On Wednesday, March 14, 2012 at 12:48 EDT, tiany <lonel...@gmail.com> wrote:
Don't resign their APK. You shouldn't have to, and if you do you're effectively vouching for that APK. To avoid resigning third-party APKs, set LOCAL_CERTIFICATE to PRESIGNED (see build/core/prebuilt.mk).