Hello,

My APP will use action "com.android.vending.INSTALL_REFERRER" for install 
referrer tracking, but seems that I can easily write an small APP to 
broadcast intent with this action. 
        Intent testIntent = new 
Intent("com.android.vending.INSTALL_REFERRER");
        testIntent.putExtra("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" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to