Skip to content

Commit

Permalink
Merge pull request #162 from janakact/patch-1
Browse files Browse the repository at this point in the history
Update the package name of system service
  • Loading branch information
inoshperera authored Feb 26, 2018
2 parents 10fa83b + dd72c28 commit 2670d6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ android {
buildConfigField "String", "CATALOG_APP_PACKAGE_NAME", "\"org.wso2.app.catalog\""
// System service specific configurations.
// SYSTEM_APP_ENABLED: This is to set if the system app will also be installed.
// If this is set org.wso2.emm.system.service must also be available in the device.
// If this is set org.wso2.iot.system.service must also be available in the device.
buildConfigField "boolean", "SYSTEM_APP_ENABLED", "false"
// SYSTEM_SERVICE_PACKAGE: If system service app is in use, the package name of it is
// defined here so that the agent knows the package name of the system service to
// contact.
buildConfigField "String", "SYSTEM_SERVICE_PACKAGE", "\"org.wso2.emm.system.service\""
buildConfigField "String", "SYSTEM_SERVICE_PACKAGE", "\"org.wso2.iot.system.service\""
// HIDE_UNREGISTER_BUTTON: Hide the unregister button after enrollment so that the
// unenrollment can only be done remotely.
buildConfigField "boolean", "HIDE_UNREGISTER_BUTTON", "false"
Expand Down Expand Up @@ -213,12 +213,12 @@ android {
buildConfigField "String", "CATALOG_APP_PACKAGE_NAME", "\"org.wso2.app.catalog\""
// System service specific configurations.
// SYSTEM_APP_ENABLED: This is to set if the system app will also be installed.
// If this is set org.wso2.emm.system.service must also be available in the device.
// If this is set org.wso2.iot.system.service must also be available in the device.
buildConfigField "boolean", "SYSTEM_APP_ENABLED", "false"
// SYSTEM_SERVICE_PACKAGE: If system service app is in use, the package name of it is
// defined here so that the agent knows the package name of the system service to
// contact.
buildConfigField "String", "SYSTEM_SERVICE_PACKAGE", "\"org.wso2.emm.system.service\""
buildConfigField "String", "SYSTEM_SERVICE_PACKAGE", "\"org.wso2.iot.system.service\""
// HIDE_UNREGISTER_BUTTON: Hide the unregister button after enrollment so that the
// unenrollment can only be done remotely.
buildConfigField "boolean", "HIDE_UNREGISTER_BUTTON", "false"
Expand Down Expand Up @@ -342,7 +342,7 @@ android {
buildConfigField "String", "CATALOG_APP_PACKAGE_NAME", "\"org.wso2.app.catalog\""
// System service specific configurations.
// SYSTEM_APP_ENABLED: This is to set if the system app will also be installed.
// If this is set org.wso2.emm.system.service must also be available in the device.
// If this is set org.wso2.iot.system.service must also be available in the device.
buildConfigField "boolean", "SYSTEM_APP_ENABLED", "true"
// SYSTEM_SERVICE_PACKAGE: If system service app is in use, the package name of it is
// defined here so that the agent knows the package name of the system service to
Expand Down Expand Up @@ -473,7 +473,7 @@ android {
buildConfigField "String", "CATALOG_APP_PACKAGE_NAME", "\"org.wso2.app.catalog\""
// System service specific configurations.
// SYSTEM_APP_ENABLED: This is to set if the system app will also be installed.
// If this is set org.wso2.emm.system.service must also be available in the device.
// If this is set org.wso2.iot.system.service must also be available in the device.
buildConfigField "boolean", "SYSTEM_APP_ENABLED", "false"
// SYSTEM_SERVICE_PACKAGE: If system service app is in use, the package name of it is
// defined here so that the agent knows the package name of the system service to
Expand Down Expand Up @@ -602,7 +602,7 @@ android {
buildConfigField "String", "CATALOG_APP_PACKAGE_NAME", "\"org.wso2.app.catalog\""
// System service specific configurations.
// SYSTEM_APP_ENABLED: This is to set if the system app will also be installed.
// If this is set org.wso2.emm.system.service must also be available in the device.
// If this is set org.wso2.iot.system.service must also be available in the device.
buildConfigField "boolean", "SYSTEM_APP_ENABLED", "false"
// SYSTEM_SERVICE_PACKAGE: If system service app is in use, the package name of it is
// defined here so that the agent knows the package name of the system service to
Expand Down

0 comments on commit 2670d6c

Please sign in to comment.