浏览代码

Merge pull request #358 from figureaps/android-manifest-path

Fix path to AndroidManifest.xml
Mathieu Acthernoene 5 年前
父节点
当前提交
7a406a1d5c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

105
 
105
 
106
 ### Android
106
 ### Android
107
 
107
 
108
-Add all wanted permissions to your app `android/app/src/main/res/AndroidManifest.xml` file:
108
+Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml` file:
109
 
109
 
110
 ```xml
110
 ```xml
111
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
111
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"