I was looking for something to list down all apps installed in device in the form of list box.
Where I need to get the app name,icon,apk path and name.
I tried App.GetAppName . but it shows my app name. How can I acheive this?
//This lists all System apk files
function OnStart()
{
apps = app.ListFolder("/system/app/",".apk");
lst = app.CreateListView(apps);
}
Many Greetings
Timo
In my "/system/apps/" each app has its own sub folder system of varying depths.