[android-developers] Re: Get notification status from other apps

2012-09-03 Thread Anton Kaiser
Notifications can include sensitive personal data like a text message or part of an email text. Imagine Android would actually allow apps to forward such data. There might be a way if the device is rooted and the app runs with root rights then, but that would rather be called a virus then ;) Am

[android-developers] Re: Get notification status from other apps

2012-09-03 Thread CJ
I see. Then is it possible to: 1. List out installed app that uses Notification? 2. List out app that are active running? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Get notification status from other apps

2012-09-03 Thread TreKing
On Mon, Sep 3, 2012 at 7:39 PM, CJ joven.ch...@gmail.com wrote: 1. List out installed app that uses Notification? No. 2. List out app that are active running? http://developer.android.com/reference/android/app/ActivityManager.html#getRunningAppProcesses%28%29

[android-developers] Re: Get notification status from other apps

2012-08-31 Thread booooooooooooo
use push notification concept its like mobile1.. to cloud server to... mobile2 On Friday, August 31, 2012 12:13:42 PM UTC+5:30, CJ wrote: Hi, I just did some Googling but did not find any answer. In Android SDK, is there a possibility to detect what notification is active in the

Re: [android-developers] Re: Get notification status from other apps

2012-08-31 Thread Justin Anderson
In Android SDK, is there a possibility to detect what notification is active in the notification bar? This is not possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 5:57 AM, bo yada...@gmail.com wrote: