overlay: Enable more global actions

* Bring back airplane mode and reboot options
* Just like the old days :)

Change-Id: I26940d5874d4294883fae0d1dbe6031a13ed2645
gugelfrei
Chirayu Desai 10 years ago
parent ee7999cf0b
commit 78a526402f

@ -48,4 +48,15 @@
<item>.*com.antutu.benchmark.*,2</item>
</string-array>
-->
<!-- Defines the default set of global actions. Actions may still be disabled or hidden based
on the current state of the device. -->
<string-array translatable="false" name="config_globalActionsList">
<item>power</item>
<item>reboot</item>
<item>airplane</item>
<item>bugreport</item>
<item>users</item>
</string-array>
</resources>

Loading…
Cancel
Save