Skip to content

Commit 045ad1a

Browse files
authoredJul 14, 2023
doc: Update unpack/android/README.md
1 parent e757f52 commit 045ad1a

File tree

1 file changed

+3
-3
lines changed
  • website/src/pages/docs/unpack/android

1 file changed

+3
-3
lines changed
 

Diff for: ‎website/src/pages/docs/unpack/android/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
`android/app/src/main/AndroidManifest.xml` 文件中添加
5050

5151
```diff
52-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
52+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
5353
<uses-permission android:name="android.permission.INTERNET" />
5454
<uses-permission android:name="android.permission.CAMERA" />
5555
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -74,7 +74,7 @@ android {
7474
</intent-filter>
7575
</activity>
7676
</application>
77-
</manifest>
77+
</manifest>
7878
```
7979

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.