Home > Net >  Android package.deveventspermission being added to manifest
Android package.deveventspermission being added to manifest

Time:02-10

When running my app through a scanner it shows that the following permission is being added:

<permission android:name="com.my.package.deveventspermission" android:protectionLevel="signature"/>
<uses-permission android:name="com.my.package.deveventspermission"/>

The code is not found directly , only after generating the app. And googling a little bit I see that several apps include this permission as well with their own package.

Is this something that can be disabled, added by an SDK, or by google when generating certain kind of builds? I can find no doc of that.

CodePudding user response:

  •  Tags:  
  • Related