Skip to content

Instantly share code, notes, and snippets.

@josh-burton
Created May 3, 2017 02:07
Show Gist options
  • Save josh-burton/341616b3c4d4b584a5e4b5ad9ab35e83 to your computer and use it in GitHub Desktop.
Save josh-burton/341616b3c4d4b584a5e4b5ad9ab35e83 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