views:

20

answers:

0

Hi,

i would like to categorize applications. When an app comes to foreground i should be able to detect that this app has video,audio,just text, or 3D graphics.

I tried using 2 options to categorize them:

  1. to get the permissions used in the apps, but couldn't get permissions for 3rd party apps(only the native apps), is it true that you cannot get permissions for 3rd party apps? or am i missing something?
  2. to pick out all installed apps based on mimeType, but i get only the native apps, or maybe certain apps(intents of apps) don't have the mimeType specified(am not sure).

is there any other way to categorize the installed applications? I would really appreciate it if someone could help me out with this?

thanks alot