简体   繁体   English

WSO2 EMM-应用列表

[英]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 是设备主页上的应用程序(其他所有设备均已安装), 是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. 我更改了3个变量以显示系统应用程序。 It's possible not all 3 are required, but it's how I got it to work (for WSO2 EMM 2.1.0 alpha ). 可能不是全部3个都是必需的,但这就是我让它起作用的方式(对于WSO2 EMM 2.1.0 alpha )。

I applied the following changes: 我应用了以下更改:

In ApplicationManager.java : ApplicationManager.java中

SYSTEM_APPS_DISABLED_FLAG = 1;

In Constants.java : Constants.java中

SYSTEM_APP_ENABLED = true;
ALLOW_SYSTEM_APPS_IN_APPS_LIST_RESPONSE = true;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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