How to get the number of unread gmail mails (on android)

前端 未结 5 616
忘掉有多难
忘掉有多难 2020-11-27 02:31

Please note there is a new way of doing this

I\'ve been trying to get the number of unread gmail mails with no luck.

I\'ve read Gmail.java and gmail4j both l

5条回答
  •  温柔的废话
    2020-11-27 03:17

    Maybe you can use the Gmail ContentProvider, please see http://www.google.com/codesearch/p?hl=en#uX1GffpyOZk/core/java/android/provider/Gmail.java&q=Gmail.java&sa=N&cd=1&ct=rc

    There is a method getNumUnreadConversations or you could use a Observer.

提交回复
热议问题