1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <string-array name="hotseats" translatable="false"> 4 <item>intent:#Intent;action=android.intent.action.DIAL;end</item> 5 <item>*BROWSER*</item> 6 </string-array> 7 <array name="hotseat_icons" translatable="false"> 8 <item>@drawable/hotseat_phone</item> 9 <item>@drawable/hotseat_browser</item> 10 </array> 11</resources> 12