add apis
This commit is contained in:
@@ -60,6 +60,10 @@ public class MockIntentHandler implements IntentHandler {
|
||||
button2.setVisibility( View.GONE );
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
boolean status1 = intent.getBooleanExtra( "status", false );
|
||||
MarkerServiceHandler.getMogoStatusManager().setUploadingStatus( TAG, status1 );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user