0

I am new to Android development. I was just looking for any application launch notification on Android. Whenever any other third apps launched on the device, my application should get notified with that app info. Its there in Palm, Windows Mobile and all, just wondering anything like that available on Android. Please suggest me.

Thank you.

Getsy
  • 4,887
  • 16
  • 78
  • 139
  • Look at http://stackoverflow.com/questions/11346557/how-to-detect-when-the-user-launches-another-app-android/11346771#11346771 – user370305 Jul 12 '12 at 07:23

2 Answers2

0

To test if you want show notifications, show Dialog in first startup of your application and store the result in the SharedPreferences. If the person select yes : store true in the SharedPreference and subscribe the user in the GCM server to send notifications.

For mor informations about GCM : Doc Here

throrin19
  • 17,796
  • 4
  • 32
  • 52
0

Whenever any other third apps launched on the device, my application should get notified with that app info.

There is nothing in Android that will notify your application about the launching of other applications.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491