android - Need to find out, an application has installed already on the same device? -


i need implement trial period on application. once trial period over,if user tries uninstall , install application again, case had write 1 file on sdcard, if user re install application. when open application had shown activation key prompt.

if user delete file,they can re install , use application normally. how solve case. there other way hold application install details in android device.

note: application offline application.it won't need connect internet.(so there no way register server).

take of way. store on phone able edited/removed/added. best approach kind of problems use webservice register device , check it's register date. since application offline there no way foolproof.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -