SoundCloud明确意图共享:设置“客户端ID”

时间:2012-04-17 11:20:12

标签: android soundcloud

我目前正在使用SoundCloud Explicit Intent共享机制,如下所述:

https://github.com/soundcloud/android-intent-sharing/wiki

我试着模仿这里提供的示例代码中可以看到的内容:

https://github.com/soundcloud/android-intent-sharing/blob/master/src/com/soundcloud/android/examples/intent/Record.java

一切正常但是 this part

字符串

会发生什么
  "soundcloud:created-with-client-id=" + CLIENT_ID

位只会在轨道的标签中结束,而CLIENT_ID最终会被轨道页面上的实际应用程序名称替换(应用程序已经注册,我有一个client_id)。

有什么想法吗?

最好的问候

1 个答案:

答案 0 :(得分:0)

我们需要标记中的客户端ID,因此我们不会丢失“真正的”client_id信息 - 但是它不会用于在界面中实际显示应用程序的名称。这可能会改变。

请参阅https://github.com/soundcloud/android-intent-sharing/wiki/Explicit-intent-sharing#wiki-preserving_client_id