overlay: Enable more global actions
* Bring back airplane mode and reboot options * Just like the old days :) Change-Id: I26940d5874d4294883fae0d1dbe6031a13ed2645
This commit is contained in:
parent
ee7999cf0b
commit
78a526402f
1 changed files with 11 additions and 0 deletions
|
@ -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…
Reference in a new issue