diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.operation-bar/operation-bar.hbs b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.operation-bar/operation-bar.hbs
index c257d886e0..d61c6331e2 100644
--- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.operation-bar/operation-bar.hbs
+++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.operation-bar/operation-bar.hbs
@@ -98,23 +98,23 @@
{{/each}}
{{#each uiParams}}
- {{#equal this.type "bi-radio"}}
-
- {{this.yesValue}}
+ {{#equal this.type "select"}}
+
+
+
+ {{/equal}}
+ {{#equal this.type "radio"}}
- {{this.noValue}}
-
+ {{this.value}}
{{/equal}}
{{#equal this.type "checkbox"}}
{{/equal}}
+ {{#equal this.type "info"}}
+
+
+ + {{this.value}}
+
+
+ {{/equal}}
{{/each}}