Android Auto 应用不适用于审阅者,但适用于我们
Android Auto app doesn't work for reviewer, but works for us
我的应用程序无法通过审核流程。他们有以下问题:
Looking at your updated APKs from earlier today, we found the same issues persist. Specifically, we can't hear any audio while the app appears to be playing music (the scrubber bar moves, but no audio is heard)
The only time music is heard, is when we tap on the microphone button to initiate voice commands. The system can't hear our request as audio is playing when it should be stopped and listening. Lastly, when we exit the Voice Command prompt, the music stops again and we hear nothing in normal mode.
I hope this helps explain the behavior that we're seeing. Please work to correct this behavior in a new APK and upload into the Developer Console. We're happy to take a look.
但它对我来说工作正常。我已经向我的老板、同事和朋友展示了该应用程序,它始终按预期运行。音乐从自动播放(不是 phone),它会在语音输入时暂停并在例如。导航提示。
知道哪里出了问题吗?
我正在使用 Desktop Head Unit 模拟器、Android Auto 2.0 应用程序和带有 Android 7.1 的 Nexus 5X。
我的车上有时也会出现这种情况。
可能是由于 Bluetooth/USB 音频切换。
在没有 BT 连接(USB 音频)的情况下测试您的应用程序。
如果有效,请重新提交并告诉审稿人尝试关闭BT。
我想我终于找到了!
- 开始在应用程序中播放媒体
- 启动 DHU,播放应该暂停
- 当您尝试通过 DHU 播放媒体时,无声,但似乎应该播放。 Logcat 好像还行,throbber 边玩边动
问题出在音频焦点处理上。
我专注于 MediaBrowswer
创造并放弃了破坏。错误的!您应该关注播放开始并在暂停或停止时放弃它。
我的应用程序无法通过审核流程。他们有以下问题:
Looking at your updated APKs from earlier today, we found the same issues persist. Specifically, we can't hear any audio while the app appears to be playing music (the scrubber bar moves, but no audio is heard)
The only time music is heard, is when we tap on the microphone button to initiate voice commands. The system can't hear our request as audio is playing when it should be stopped and listening. Lastly, when we exit the Voice Command prompt, the music stops again and we hear nothing in normal mode.
I hope this helps explain the behavior that we're seeing. Please work to correct this behavior in a new APK and upload into the Developer Console. We're happy to take a look.
但它对我来说工作正常。我已经向我的老板、同事和朋友展示了该应用程序,它始终按预期运行。音乐从自动播放(不是 phone),它会在语音输入时暂停并在例如。导航提示。
知道哪里出了问题吗?
我正在使用 Desktop Head Unit 模拟器、Android Auto 2.0 应用程序和带有 Android 7.1 的 Nexus 5X。
我的车上有时也会出现这种情况。 可能是由于 Bluetooth/USB 音频切换。 在没有 BT 连接(USB 音频)的情况下测试您的应用程序。 如果有效,请重新提交并告诉审稿人尝试关闭BT。
我想我终于找到了!
- 开始在应用程序中播放媒体
- 启动 DHU,播放应该暂停
- 当您尝试通过 DHU 播放媒体时,无声,但似乎应该播放。 Logcat 好像还行,throbber 边玩边动
问题出在音频焦点处理上。
我专注于 MediaBrowswer
创造并放弃了破坏。错误的!您应该关注播放开始并在暂停或停止时放弃它。