Skip to content

Instantly share code, notes, and snippets.

@dellis1972
Created April 23, 2021 12:49
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 dellis1972/ad1098ba0494e737a2ebc5023ca2d212 to your computer and use it in GitHub Desktop.
Save dellis1972/ad1098ba0494e737a2ebc5023ca2d212 to your computer and use it in GitHub Desktop.
Manifest Overlay Example
<ItemGroup>
<AndroidManifestOverlay Include="profileableoverlay.xml" Condition=" '$(ProfileMe)' == 'True' " />
</ItemGroup>
<?xml version=""1.0"" encoding=""utf-8""?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<profileable android:shell="true" />
</applicastion>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment