How Can I Access Alarm Content Provider
i'm trying to access alarm provider to get all enabled alarm information. so i wrote this : public static final Uri CONTENT_URI = Uri.parse('content://com.android.desk
Solution 1:
As @CommonsWare points out this only works on certain devices. Although with the other alarm URIs it was possible to read on most platforms. However in Honeycomb they have changed the access required and you can no longer use a content provider to get to the alarms.
Post a Comment for "How Can I Access Alarm Content Provider"