0

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.

Community
  • 1
  • 1
user3806649
  • 1,257
  • 2
  • 18
  • 42

2 Answers2

1

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

Kasun Delgolla
  • 219
  • 1
  • 8
1

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;