Add the BlackBerry App Client ID to your Android app Skip Navigation

Add the
BlackBerry
App Client ID to your
Android
app

Register the identity provider for your app and copy the
BlackBerry
App Client ID.
  1. In
    Android Studio
    , in the
    AndroidManifest.xml
    file, include the App Client ID.
    For example:
    <application> <meta-data android:name="com.blackberry.security.ClientID" android:value="abcdefgh-1234-1234-1234-abcdefgh" /> </application>