简体   繁体   中英

WSO2 EMM - Application list

The application list on device management tab didn't show all app installed on device. Here is the app on home page of my device (others all also installed) and here is the list of app recognized by emm

how can I fix this issuse.

By default, it does not show system apps. In your case, the apps you don't see are system apps. We track the apps which are installed by the user and the enterprises. We have filtered the apps functionality to show only user-installed apps.

Thanks

I changed 3 variables for it to show the system apps. It's possible not all 3 are required, but it's how I got it to work (for WSO2 EMM 2.1.0 alpha ).

I applied the following changes:

In ApplicationManager.java :

SYSTEM_APPS_DISABLED_FLAG = 1;

In Constants.java :

SYSTEM_APP_ENABLED = true;
ALLOW_SYSTEM_APPS_IN_APPS_LIST_RESPONSE = true;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM