Applist icon indicating copy to clipboard operation
Applist copied to clipboard

Applist: A plugin for Cordova that gives the list of installed apps on device

Results 9 Applist issues
Sort by recently updated
recently updated
newest added

**I am getting below error** : **android.graphics.drawable.AdaptiveIconDrawable cannot be cast to android.graphics.drawable.BitmapDrawable** **My Code** : platform.ready().then( function () { if (platform.is('android') && !platform.is('mobileweb')) { var success = function(app_list) { alert(JSON.stringify(app_list));...

removing need for start date and end date by supplying new Date hardcoded

I got the apps list, but there were two problems: the icon of apps does not exist in this directory and Google Maps was not included in the list. On...

Error: android.graphics.drawable.AdaptiveIconDrawable cannot be cast to android.graphics.drawable.BitmapDrawable. FIX function drawableTofile

Hello, Hope you remember me. I had raised a issue in the month of April 2015. Which i resolved for myself and informed you. But now i'm facing new issue....

I am using this plugin in Android it is working perfectly with the below code ` function fun_name() { Applist.createEvent('', '', '', '', '', success, error); } function success(result){ alert(JSON.stringify((result)));...

Yesterday's problem was solved. Can I get the name of the package name?

I don't know android java programming. So you should correct this code: String app_id=context.getPackageName();

Hey, not working on either emulator or android device (nexus 5, os version5.1.1)