Skip to content

Commit

Permalink
[Android]Update readme. (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfd3 authored Sep 14, 2023
1 parent 528ec69 commit b9aef50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android/APIExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To build and run the sample application, get an App Id:
3. Save the **App Id** from the Dashboard for later use.
4. Save the **App Certificate** from the Dashboard for later use.

5. Open `Android/APIExample` and edit the `app/src/main/res/values/string-config.xml` file. Update `YOUR APP ID` with your App Id, update `YOUR APP CERTIFICATE` with the main app certificate from dashboard. Note you can leave the certificate variable `null` if your project has not turned on security token.
5. Open `Android/APIExample` and edit the `app/src/main/res/values/string-configs.xml` file. Update `YOUR APP ID` with your App Id, update `YOUR APP CERTIFICATE` with the main app certificate from dashboard. Note you can leave the certificate variable `null` if your project has not turned on security token.

```
// Agora APP ID.
Expand Down
2 changes: 1 addition & 1 deletion Android/APIExample/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
3. 复制后台的 **App Id** 并备注,稍后启动应用时会用到它
4. 复制后台的 **App 证书** 并备注,稍后启动应用时会用到它

5. 打开 `Android/APIExample` 并编辑 `app/src/main/res/values/string-config.xml`,将你的 AppID 、App主证书 分别替换到 `Your App Id``YOUR APP CERTIFICATE`
5. 打开 `Android/APIExample` 并编辑 `app/src/main/res/values/string-configs.xml`,将你的 AppID 、App主证书 分别替换到 `Your App Id``YOUR APP CERTIFICATE`

```
// 声网APP ID。
Expand Down

0 comments on commit b9aef50

Please sign in to comment.