去掉吐司
This commit is contained in:
@@ -60,7 +60,6 @@ class AccStatusIntentHandler implements IntentHandler {
|
||||
}
|
||||
} else if ( AccStatusReceiver.ACTION_NWD_ACC.equals( action ) ) {
|
||||
int state = intent.getByteExtra( AccStatusReceiver.PARAM_ACC_STATUS, ACC_OFF );
|
||||
TipToast.shortTip( "收到acc状态变更:" + state );
|
||||
if ( state != ACC_OFF && state != ACC_ON && state != ACC_OFF_DELAY ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user