GoogleCloudPlatform / android-docs-samples

Apache License 2.0
373 stars 594 forks source link

Support for Android < 5.0 #5

Closed brandall76 closed 8 years ago

brandall76 commented 8 years ago

The demo will fail for Android devices running < 5.0 due to the missing security provider update:

ProviderInstaller.installIfNeeded(mContext);

Doc link.

A check for a successful response would be needed prior to anything else initialising, otherwise it will throw a TRANSIENT_FAILURE

Ben

yaraki commented 8 years ago

Neither Speech nor NaturalLanguage samples uses that method, and they are working fine on older devices.