8 lines
249 B
XML
8 lines
249 B
XML
<resources>
|
|
<string-array name="android_wear_capabilities" translatable="false">
|
|
<!-- declaring that phone has the capability to show details -->
|
|
<item>@string/show_detail_capability_name</item>
|
|
</string-array>
|
|
</resources>
|
|
|