休眠唤醒异常停止程序。

1,在/code/v1/frameworks/base/services/java/com/auto/opandora/Opandora.java 84行

  private boolean Test_Radio=false改为true。

2,在代码里面添加。

if (DefineType.bTest) {
Intent intent = new Intent(DefineType.ACTION_UPDATE_RADIO_UI);
mContext.sendBroadcast(intent);
}

原文地址:https://www.cnblogs.com/senior-engineer/p/4897792.html