Branch.io (Android SDK): 我应该在<data android:scheme="androidexample" />中设置什么?

Branch.io (Android SDK): what should I set in <data android:scheme="androidexample" />?

我正在尝试在我的项目中实现 Branch.io。

根据文档:https://docs.branch.io/pages/apps/android/

我需要在 :

中替换 "androidexample"
<!-- Branch URI Scheme -->
            <intent-filter>
                <data android:scheme="androidexample" />
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
            </intent-filter>

根据我仪表板中的值。我在我的仪表板中看不到在哪里可以找到这个值。

你能解释一下吗?

这里是 Branch 的 Jackie。

请将 "androidexample" 替换为您自己的 Android 方案。该值应与您在控制面板 link 设置页面上提供的任何值相匹配:

最佳,