X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fthings-manager%2Fsampleapp%2Fandroid%2FSample%2Fsrc%2Fcom%2Ftm%2Fsample%2FGroupApiActivity.java;h=968e41c8a25b8fb7e61c4f7091ffde0881c5314e;hb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;hp=3ab7793001c450280bd7830525cf56cd9f1b16e7;hpb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/things-manager/sampleapp/android/Sample/src/com/tm/sample/GroupApiActivity.java b/service/things-manager/sampleapp/android/Sample/src/com/tm/sample/GroupApiActivity.java index 3ab7793..968e41c 100644 --- a/service/things-manager/sampleapp/android/Sample/src/com/tm/sample/GroupApiActivity.java +++ b/service/things-manager/sampleapp/android/Sample/src/com/tm/sample/GroupApiActivity.java @@ -63,9 +63,10 @@ public class GroupApiActivity extends Activity { // For Scheduled ActionSet public static Context mcontext; public static Calendar scheduleTime; - - private final String LOG_TAG = "[TMSample] " + this.getClass() - .getSimpleName();; + + private final String LOG_TAG = "[TMSample] " + + this.getClass() + .getSimpleName(); ; @Override protected void onCreate(Bundle savedInstanceState) { @@ -234,8 +235,6 @@ public class GroupApiActivity extends Activity { @Override public void onBackPressed() { super.onBackPressed(); - // unregister the resource and set callback listener to null - groupClientObj.leaveGroup(); } // for update UI these functions will be called from GroupClient Class