disable cloud function in simplebase app.
authorjihwan.seo <jihwan.seo@samsung.com>
Fri, 19 May 2017 10:39:56 +0000 (19:39 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Sat, 20 May 2017 10:08:16 +0000 (10:08 +0000)
since both cloudprovisioningclient app is main app and
simplebase app can not cover update cloud spec directly.

it is better to disable cloud function in the app before final spec fix.

Change-Id: I6573683f1dd92a1e63021a905cc3dac06481bb44
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20129
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Reviewed-by: Hyuna Jo <hyuna0213.jo@samsung.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
java/examples-android/simplebase/src/main/java/org/iotivity/base/examples/DrawerFragment.java

index 6778978..ca7d5cd 100644 (file)
@@ -90,7 +90,6 @@ public class DrawerFragment extends Fragment {
                 android.R.id.text1, new String[] {
                         getString(R.string.title_message),
                         getString(R.string.title_bluetooth),
-                        getString(R.string.title_cloud),
                         getString(R.string.title_template), }));
         mDrawerListView.setItemChecked(mCurrentSelectedPosition, true);