Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't read service messages in Redmi Note 3

Tags:

android

sms

Have taken all the necessary permissions for reading SMS in android but app is still not able to detect "service messages" on Redmi Note 3. Is there a special permission in Xiaomi devices to read service messages?

like image 355
Akshay Sethi Avatar asked Feb 08 '17 17:02

Akshay Sethi


People also ask

How can I see sent messages in redmi?

Go to your apps drawer and click on "Messaging" app. From there select "Text Messages". This will open all the conversations you have had.

Where is SMS Centre in redmi?

Press the message icon. Press the menu icon. Press Additional settings. Press Short Message service center (SMSC).


1 Answers

If your phone with API 23 or higher (I think the same should work in lower versions also) goto Settings -> Permissions -> Other Permissions. (be sure that you asked required permissions programmatically if you're targeting API 23 or higher version of Android)

There you can find 2 tabs App and Permissions. Select Permissions tab under that select SMS and MMS option. Now choose your app and Accept/Allow to read Service SMS.

If you're using lower version than 23 use Security app (which is built in app Redmi phones) and there you can find Permissions app for the installed apps.

like image 129
Shashanth Avatar answered Oct 12 '22 13:10

Shashanth