开发者

Installer Android

开发者 https://www.devze.com 2022-12-19 06:03 出处:网络
I need to make an installer which will ask for T&C and install the App . But i am not able to find any tutorial related to the same .

I need to make an installer which will ask for T&C and install the App . But i am not able to find any tutorial related to the same . Any 开发者_运维知识库help would be appreciated . Thanks in advance.


The Android Market handles the task of installing all programs. The best you will probably be able to do is, at the start of your program, use a dialog to display your T & C and if the user does not agree- quit the program. If they do agree, use the SharedPreferences or a Database to store that so you don't have to ask every time the user opens your app.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号