wlky / AnkiDroid-Wear

Anki for Android Wear devices
GNU General Public License v2.0
48 stars 11 forks source link

Support Voice Gestures #11

Closed elgalu closed 8 years ago

elgalu commented 8 years ago

By using Pre-defined Text Responses

For example:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="reply_choices">
        <item>Again</item>
        <item>Good</item>
        <item>Easy</item>
    </string-array>
</resources>
wlky commented 8 years ago

The link you provided seems to be restriced to notifications. Since I'm not really dealing with notifications I'll close this issue