[android-developers] Is there any permission control on the sender of INSTALL_REFERRER?

2014-01-21 Thread posaidong
(referrer, utm_content={\TEST_BOOLEAN\:true}); sendBroadcast(testIntent); My question is that whether Android has any permission control on the sender of com.android.vending.INSTALL_REFERRER? Thanks. Br, posaidong -- You received this message because you are subscribed to the Google Groups

[android-developers] How will Android uninstall updates for a system app?

2012-06-29 Thread posaidong
Hello Android, We have developed an APP and will be pre-installed as a system APP in some devices. So I have done a lot of tests about upgrade and downgrade, about how they load libraries and how they save data. Now I have a question about uninstall updates. My test is based on Android 4.0

Re: [android-developers] Uninstall Updates functionality

2012-06-29 Thread posaidong
Hi Dianne, I have a question about that. When uninstall updates for a pre-installed APP, will system remove the /data/data/package-name/ folder? I have read a little code about the install, seems system will remove it and re-install the APK in /system/app. Just want to confirm. Thanks.