我有一个使用API的apk,需要android:protectionLevel="signature"
的权限
我知道我需要添加:
android:sharedUserId="android.uid.system"
到AndroidManifest.xml
,但除此之外,我必须使用与手机相同的系统密钥签署我的应用。
我正在使用带有库存Kitkat OS的Nexus 4。
我尝试使用在以下位置找到的密钥进行签名:
build/target/product/security/
但似乎这不是用于此ROM的密钥(除非我做错了) 有什么办法可以在没有“remount”/“push to system / app”解决方案的情况下安装apk吗?