Skip to content
uncleLem edited this page Nov 26, 2012 · 2 revisions

LicensedActivity - use this class if you want to create paid application with licensing control.

  1. Add INTERNET and CHECK_LICENSE permissions to your AndroidManifest.xml

  2. Call setBase64PublicKey(String) in onCreate() method to set public key and implement methods for UI interaction

  3. Change salt in SimplePolicy class

See also:

Clone this wiki locally