Open salahhammouda opened 4 years ago
Hi all, I'm having the same issues, can't integrate voice commands, such as "Play music on
And further more, I can't either do that on the Universal Music Player app.
Are there any updates on this issue?
Thanks! 🙏
I'm having trouble with the Play [song] on [appName] command; specifically the "app" is not being recognised by google assistant.
I followed the instruction form https://developer.android.com/guide/topics/media-apps/interacting-with-assistant and the demo app form https://github.com/android/uamp My AndroidManifest:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.xx">
<application android:name=".XApplication" android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" // app_name = appX 101.1 android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme">
I have a problem figuring out what I did wrong or what I missed . Any help will be greatly appreciated.. PS: My app had been in the store for 3days