android default making default sms app
So I am following this Tutorial here on setting my SMS as default, but for some reason my code is not working. I have tried to look this up as much as possible, but everything points back to this same tutorial or has been outdated. Do I need a receiver as well? Can someone explain what I am doing wrong? The Code: @Override protected void onResume() { super.onResume(); Log.i("MainAcitvity", "On Resume Called"); // Only do these checks/changes on KitKat+, the "mSetDefaultSmsLayout" has its visibility // set to "gone" in the xml layout so it won't show at all on earlier Android versions. final