I have property ActivityManager.RunningTaskInfo taskinfo
and now i can get ClassName
like taskinfo.baseActivity.getClassName()
but can i somehow cast it to ApplicationInfo
.
Why? I would like to get task name like Opera, Youtube,.. and not just class name
IS this possible?