'Android package.deveventspermission being added to manifest

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.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source