Monday, October 12, 2015

Error in Manifest.xml when adding PACKAGE_USAGE_STATS [Android Lollipop]

You can simply make this on the manifest, ignoring just this permission error:
<uses-permission
    android:name="android.permission.PACKAGE_USAGE_STATS"
    tools:ignore="ProtectedPermissions"/>

参考链接:

No comments:

Post a Comment