1<resources> 2 <string-array name="android_wear_capabilities" translatable="false"> 3 <!-- declaring that phone has the capability to show details --> 4 <item>@string/show_detail_capability_name</item> 5 </string-array> 6</resources> 7 8