Licence check for a pro key
问题 So I would like to make a free app with full functionality loaded in. The pro functionality will be disabled until the app detects a licensed pro key. And of course I would like to have the pro key check it's licence using LVL. While I know how to do things right until this point, I don't know how to make the pro key communicate with the app that it should enable the pro functionality. Here's the main app code (com.test.mainapp): public void onCreate(Bundle savedInstanceState) { super