1. 后台重启情况下无法显示目的地车友控件的问题

This commit is contained in:
wangcongtao
2020-09-27 14:07:34 +08:00
parent 5c592cf079
commit 7869a7a19c
4 changed files with 39 additions and 8 deletions

View File

@@ -338,6 +338,13 @@ public class MockIntentHandler implements IntentHandler {
case 30:
MarkerServiceHandler.getMapService().getMapUIController().forceRender();
break;
case 31:
Intent intent3 = new Intent();
intent3.setAction( "AUTONAVI_STANDARD_BROADCAST_RECV" );
intent3.putExtra( "KEY_TYPE", 12404 );
intent3.putExtra( "EXTRA_REQUEST_AUTO_STATE", 0 );
context.sendBroadcast( intent3 );
break;
}
}