Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac7e8d09 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable bluetooth and wifi during flicker tests" into main

parents eea61ef0 0607cf63
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@
        <option name="run-command" value="setprop debug.wm.disable_deprecated_target_sdk_dialog 1"/>
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on"/>
        <!-- Turns off Wi-fi -->
        <option name="wifi" value="off"/>
        <!-- Turns off Bluetooth -->
        <option name="bluetooth" value="off"/>
        <!-- prevents the phone from restarting -->
        <option name="force-skip-system-props" value="true"/>
        <!-- set WM tracing verbose level to all -->
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@
        <option name="run-command" value="setprop debug.wm.disable_deprecated_target_sdk_dialog 1"/>
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on"/>
        <!-- Turns off Wi-fi -->
        <option name="wifi" value="off"/>
        <!-- Turns off Bluetooth -->
        <option name="bluetooth" value="off"/>
        <!-- prevents the phone from restarting -->
        <option name="force-skip-system-props" value="true"/>
        <!-- set WM tracing verbose level to all -->
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@
        <option name="run-command" value="setprop debug.wm.disable_deprecated_target_sdk_dialog 1"/>
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on"/>
        <!-- Turns off Wi-fi -->
        <option name="wifi" value="off"/>
        <!-- Turns off Bluetooth -->
        <option name="bluetooth" value="off"/>
        <!-- prevents the phone from restarting -->
        <option name="force-skip-system-props" value="true"/>
        <!-- set WM tracing verbose level to all -->
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@
        <option name="run-command" value="setprop debug.wm.disable_deprecated_target_sdk_dialog 1"/>
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on"/>
        <!-- Turns off Wi-fi -->
        <option name="wifi" value="off"/>
        <!-- Turns off Bluetooth -->
        <option name="bluetooth" value="off"/>
        <!-- prevents the phone from restarting -->
        <option name="force-skip-system-props" value="true"/>
        <!-- set WM tracing verbose level to all -->
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@
        <option name="run-command" value="setprop debug.wm.disable_deprecated_target_sdk_dialog 1"/>
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on"/>
        <!-- Turns off Wi-fi -->
        <option name="wifi" value="off"/>
        <!-- Turns off Bluetooth -->
        <option name="bluetooth" value="off"/>
        <!-- prevents the phone from restarting -->
        <option name="force-skip-system-props" value="true"/>
        <!-- set WM tracing verbose level to all -->
Loading