Thursday, November 07, 2019

How to Disable Amber Alerts on Android


The removal of the cellbroadcastreceiver service works on many Android based phones.  It will not work on Samsung devices.


Open an adb shell using an app from the Google Play Store
Run the command pm uninstall -k --user 0 com.android.cellbroadcastreceiver

No comments: