Loading services/java/com/android/server/HDMIService.java +0 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,6 @@ class HDMIService extends IHDMIService.Stub { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); String targetDevice = SystemProperties.get("ro.product.device"); if (action.equals(Intent.ACTION_BOOT_COMPLETED) && (SystemProperties.getBoolean("ro.hdmi.enable", false)) Loading Loading
services/java/com/android/server/HDMIService.java +0 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,6 @@ class HDMIService extends IHDMIService.Stub { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); String targetDevice = SystemProperties.get("ro.product.device"); if (action.equals(Intent.ACTION_BOOT_COMPLETED) && (SystemProperties.getBoolean("ro.hdmi.enable", false)) Loading