How to receive incoming SMS on Android KitKat or above?
问题 I know from KitKat onward we need to make out app as default SMS app to be able to modify the SMS database. But I don't want that. I only need to get notification of incoming SMS and display as toasts, and also send SMS . Do I need to make my app default for that? Edit 1: Here is my manifest file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.rtrgroup.sms_to_neta_server" android:installLocation="preferExternal"> <uses