Skip to content

Commit

Permalink
doc: Update unpack/android/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Jul 14, 2023
1 parent e757f52 commit 045ad1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/docs/unpack/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
`android/app/src/main/AndroidManifest.xml` 文件中添加

```diff
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand All @@ -74,7 +74,7 @@ android {
</intent-filter>
</activity>
</application>
</manifest>
</manifest>
```

![](./img/image7.png)<!--rehype:style=max-width: 650px;width: 100%;-->
Expand Down Expand Up @@ -196,4 +196,4 @@ Android Studio 打包

记得选择生成目录 `<项目所在目录>/android/app/build/outputs/apk`

![](./img/image5.png)<!--rehype:style=max-width: 650px;width: 100%;-->
![](./img/image5.png)<!--rehype:style=max-width: 650px;width: 100%;-->

0 comments on commit 045ad1a

Please sign in to comment.