[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 Freitag, 31. August 2012 08:43:42 UTC+2 schrieb CJ:

 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 notification bar?

 Eg. My app is call MyApp and when a 3rd party NotMyApp-A, NotMyApp-B 
 fires 2 notification is there ways to detect them in my app?


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 notification bar?

 Eg. My app is call MyApp and when a 3rd party NotMyApp-A, NotMyApp-B 
 fires 2 notification is there ways to detect them in my app?


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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:

 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 notification bar?

 Eg. My app is call MyApp and when a 3rd party NotMyApp-A,
 NotMyApp-B fires 2 notification is there ways to detect them in my app?

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en