Rishi
Rishi

Reputation: 330

How to make my application as default launcher

I've developed and application for sending/receiving SMS messages.

I want to make my application as default for reading messages whenever message is received and is viewed from the notification area.

Thanks in advance.

Upvotes: 0

Views: 357

Answers (1)

Thommy
Thommy

Reputation: 5407

You can receive the SMS and send it, but you can not stop other apps from receiving SMS. At least not without root.
The user has to choose which SMS-App he is using, and he needs to manually disable notifications from the default SMS-App.
Also you need to implement your own notifications if you want them to be shown on receiving sms.

Upvotes: 1

Related Questions