Skip to content

Instantly share code, notes, and snippets.

@ed-george
Created January 27, 2022 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ed-george/1a4edf58024d217719f7a7afbba03a0d to your computer and use it in GitHub Desktop.
Save ed-george/1a4edf58024d217719f7a7afbba03a0d to your computer and use it in GitHub Desktop.
Unpicking Android Security: Part 1  -  Improper Platform Usage (Example 3)
<!-- In the main application -->
<permission android:name="dev.spght.permission.example.MY_PERMISSION"
android:protectionLevel="signature"
android:label="A custom permission" />
<!-- In the secondary application -->
<uses-permission android:name="dev.spght.permission.example.MY_PERMISSION"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment