beckham: Make ModService requires MODIFY_AUDIO_ROUTING permission
* Previous to 11, this permission wasn't explicitely needed. Now it is, and ModService doesn't request it, so allow do the following: * `apktool d ModService.apk` * Add the following permission to the list of requested permissions: <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING"/> * `apktool b ModService -o ModService.apk` * Additionally, this is now fine to platform sign, as Moto Mods are now EOL, and therefore we don't have to worry about ModService updates anymore. We will leave the vendor_platform_signature function for for other apps like ProjectorMod to use. Change-Id: Ie4a218ff94dc47091487cc0af7a1dd28b79ed863
Please register or sign in to comment