Hi,
I want to know how to get SMS Delivery Report setting which is stored
in the /data/data/com.android.mms/com.android.mms_preferences.xml.
I wrote a application to read it with the following code:
SharedPreferences prefs =
PreferenceManager.getDefaultSharedPreferences(this);
boolean requestDeliveryReport = prefs.getBoolean(
"pref_key_sms_delivery_reports",
true);
Seems it does not work, it always returns the default value which is
"true". Does anybody know how to read/write the SMS Delivery Report
setting.
Thanks,
motdev
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---