how can i access alarm content provider

后端 未结 1 686
天命终不由人
天命终不由人 2021-01-24 21:29

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         


        
1条回答
  •  盖世英雄少女心
    2021-01-24 22:11

    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.

    0 讨论(0)
提交回复
热议问题