This commit is contained in:
wangcongtao
2020-06-18 16:44:50 +08:00
parent 7632740229
commit 7373c45cfe
290 changed files with 4766 additions and 19 deletions

View File

@@ -62,6 +62,9 @@ public class MapBroadCastHelper implements IMogoStatusChangedListener {
public void notifyXizhiNavStatus( int status ) {
if ( CustomNaviInterrupter.getInstance().interrupt() ) {
return;
}
Intent intent = new Intent( ACTION_NAV_SEND );
intent.putExtra( "KEY_TYPE", 10019 );
intent.putExtra( "EXTRA_STATE", status );