mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Remove unintentional changes happended during mergings
This commit is contained in:
parent
6af05fa75b
commit
e3f7466482
@ -79,7 +79,6 @@ public final class AndroidConstants {
|
||||
public static final String WIFI = "WIFI";
|
||||
public static final String CAMERA = "CAMERA";
|
||||
public static final String DEVICE_MUTE = "DEVICE_MUTE";
|
||||
public static final String RUNTIME_PERMISSION_POLICY = "RUNTIME_PERMISSION_POLICY";
|
||||
public static final String PASSCODE_POLICY = "PASSCODE_POLICY";
|
||||
public static final String DEVICE_INFO = "DEVICE_INFO";
|
||||
public static final String ENTERPRISE_WIPE = "ENTERPRISE_WIPE";
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
/*
|
||||
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||
*
|
||||
* WSO2 Inc. licenses this file to you under the Apache License,
|
||||
|
||||
@ -32,7 +32,7 @@ var androidOperationConstants = {
|
||||
"APPLICATION_OPERATION": "app-restriction",
|
||||
"APPLICATION_OPERATION_CODE": "APP-RESTRICTION",
|
||||
"KIOSK_APPS_CODE": "KIOSK_APPS",
|
||||
"KIOSK_APPS": "cosu-whitelisted-applications",
|
||||
"KIOSK_APPS": "cosu-whitelisted-applications"
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user