Browse Source

Update AndroidManifest.xml

解决Android10下有文件访问权限但读取模型还是失败的问题。
pull/4/head
yangkezun GitHub 4 years ago
parent
commit
735a99b695
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Prj-Android/app/src/main/AndroidManifest.xml

+ 2
- 1
Prj-Android/app/src/main/AndroidManifest.xml View File

@@ -41,6 +41,7 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<activity android:name="pr.platerecognization.MainActivity"> <activity android:name="pr.platerecognization.MainActivity">
@@ -54,4 +55,4 @@
/> />
</application> </application>


</manifest>
</manifest>

Loading…
Cancel
Save