I’m about ready to market my first Android App (from a US Google Checkout/Merchant account with US bank account etc.), and I would like to have the user at least agree to some kind of simple liability disclaimer before he/she can install the app.
To your knowledge, is it possible, and if so, what would be the best way to do this?
Your help and tips are greatly appreciated.
When you say “before he/she can install the app” I guess you mean that in the same screen that allows users to install apps you want to put a disclaimer. Well, I think it’s not possible. In fact, an application can be installed in different ways (from third party apps, or by using
abd installon a rooted handset).So, my suggestion is to place that disclaimer in the main activity. You can save the user decision somewhere (the easiest way is a preference). That way, you can check whether the user has accepted the disclaimer. Of course, if the user does not accept, you just don’t let him/her use your app.
Simple example