mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Bug:3049178 Launching the phone app should always take the user to the dialer Change-Id: I61edffa37a211e205e8b2192e6a81963eff54ee7
12 lines
404 B
XML
12 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="hotseats" translatable="false">
|
|
<item>intent:#Intent;action=android.intent.action.DIAL;end</item>
|
|
<item>*BROWSER*</item>
|
|
</string-array>
|
|
<array name="hotseat_icons" translatable="false">
|
|
<item>@drawable/hotseat_phone</item>
|
|
<item>@drawable/hotseat_browser</item>
|
|
</array>
|
|
</resources>
|