Skip to content

Commit

Permalink
overlay: Enable more global actions
Browse files Browse the repository at this point in the history
* Bring back airplane mode and reboot options
* Just like the old days :)

Change-Id: I26940d5874d4294883fae0d1dbe6031a13ed2645
  • Loading branch information
chirayudesai committed Nov 21, 2014
1 parent ee7999c commit 78a5264
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 78a5264

Please sign in to comment.