Skip to content

Instantly share code, notes, and snippets.

@r4dian
Last active July 6, 2017 15:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r4dian/effa27a93031684a45ef3fdef053c3ce to your computer and use it in GitHub Desktop.
Save r4dian/effa27a93031684a45ef3fdef053c3ce to your computer and use it in GitHub Desktop.
Blocking spam from "Whats New" app & Chrome suggestions
Android setup tips
( Blocking spam from "Whats New" app & Chrome suggestions )

Visit and disable these 2 flags by pasting in chrome's address bar.

  • chrome://flags/#enable-ntp-popular-sites
  • chrome://flags/#enable-ntp-snippets

Connect the phone and make sure USB debugging is enabled ( Requires dev Settings to be enabled by tapping "Build Number" in Settings -> About Phone seven times. )

adb shell
pm hide com.sonymobile.entrance
# Old version: `block com.sonymobile.advancedwidget.entrance`
# For smallapps ( optional ):
pm hide com.sony.smallapp.launcher
pm hide com.sony.smallapp.app.widget
# Exit
exit
adb reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment