Skip to content

Instantly share code, notes, and snippets.

@aftabsikander
Forked from josh-burton/androidmanifest.xml
Created May 3, 2017 13:59
Show Gist options
  • Save aftabsikander/8fd983f1c5be18faf91a822f52a7ebd2 to your computer and use it in GitHub Desktop.
Save aftabsikander/8fd983f1c5be18faf91a822f52a7ebd2 to your computer and use it in GitHub Desktop.
Prevent TouchWiz from surrounding your app icon in a frame
<!-- Prevents TouchWiz from surrounding your app icon in a frame -->
<!-- Add to your manifest inside the application tag -->
<meta-data
android:name="com.samsung.android.icon_container.has_icon_container"
android:value="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment