老化重启后不弹出老化app问题
+++ b/vendor/amlogic/common/apps/DeviceTest2/src/com/DeviceTest/RebootReceiver.java
- //if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
- if(intent.getAction().equals("android.intent.action.REBOOTTEST")) {
+ if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
+ // if(intent.getAction().equals("android.intent.action.REBOOTTEST")) {
1