replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / android / examples / simplebase / src / main / java / org / iotivity / base / examples / SimpleBase.java
index 91360a6..00d1c69 100644 (file)
@@ -71,6 +71,10 @@ public class SimpleBase extends Activity implements DrawerFragment.DrawerCallbac
                 fragment = new CloudFragment();
                 break;
             case 3:
+                mTitle = getString(R.string.title_keepalive);
+                fragment = new KeepAliveFragment();
+                break;
+            case 4:
                 mTitle = getString(R.string.title_template);
                 fragment = new TemplateFragment();
                 break;