Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
267 stars 83 forks source link

User should be able to override incoming extras #14

Open Kaljurand opened 9 years ago

Kaljurand commented 9 years ago

Original issue 10 created by Kaljurand on 2011-11-03T11:08:44.000Z:

When calling RECOGNIZE_SPEECH the 3rd party app sets certain EXTRAS. The user should be able to configure if these extras are replaced and how, by setting for each app for each extra one of the following:

For example, if a 3rd party app contains a hard-coded reference to a grammar URL which does not resolve and which cannot be changed in the app by the user, then the user could still change it in the Apps-list of RecognizerIntent.

Kaljurand commented 9 years ago

Comment #1 originally posted by Kaljurand on 2011-11-04T09:37:11.000Z:

The user can now (v0.7.28) override the following EXTRAs:

These are non-standard EXTRAs introduced by us. Extending the coverage to other EXTRAs does not seem that important. So this issue has very low priority now.