Push Notifications in Android Platform

后端 未结 20 1034
长发绾君心
长发绾君心 2020-11-22 11:07

I am looking to write an app that receives pushed alerts from a server. I found a couple of methods to do this.

  1. SMS - Intercept the incoming SMS and initiate
20条回答
  •  死守一世寂寞
    2020-11-22 11:44

    I dont know if this is still useful. I achieved something like this with a java library at http://www.pushlets.com/

    Althoug doing it in a service won't prevent android from shutting it down an killing the listener thread.

提交回复
热议问题