xref: /aosp_15_r20/development/samples/browseable/DelayedConfirmation/Application/res/values/wear.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<resources>
2    <string-array name="android_wear_capabilities" translatable="false">
3        <!-- declaring that phone can handle confirmation messages -->
4        <item>confirmation_handler</item>
5    </string-array>
6</resources>
7