Android INJECT_EVENTS permission

To inject events into a separate process, it is required to both install your app into /system/app and sign your APK with the system certificate. 1. Add permission to the app manifest <uses-permission android:name=”android.permission.INJECT_EVENTS”/> 2. Sign your APK with the system certificate This requires that you have the AOSP source in order to build a … Read more