Prabhunath Yadav
Prabhunath Yadav

Reputation: 185

android how to check app is downloaded from (Play store/android market )or( bluetooth/other )

I want to validate on My app ABCD. I have added functionality in my app to send it to other device. I can send my installed app ABCD form my device to other device via Bluetooth. Now , I want to create check .

if(isFromPlayStore){
    // always valid downloaded from play store
}else{
    // trial version expired in 30 day
} 

Upvotes: 3

Views: 2199

Answers (0)

Related Questions