好友
阅读权限25
听众
最后登录1970-1-1
|
本帖最后由 zhang0459 于 2022-12-11 14:13 编辑
ext.json这个文件都是,这是调用的么。还是咋回事。
xml文件里
android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<application
android:label="替换名字"
android:icon="@7F080000"
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@7F0C0002"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:requestLegacyExternalStorage="true">
<provider
android:name="androidx.core.content.FileProvider"
android:exported="false"
android:authorities="vip.lgsgd.qfzwak.fileProvider"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@7F0C0000" />
</provider>
<activity
android:theme="@7F0A0000"
android:name="com.tbone.zpcpj.MainActivity"
android:launchMode="1"
android:configChanges="0x40003FB4"
android:windowSoftInputMode="0x00000010">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@7F0A0001" />
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@7F040002" />
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<uses-library
android:name="org.apache.http.legacy"
android:required="false" />
<activity
android:theme="@01030007"
android:name="io.flutter.plugins.urllauncher.WebViewActivity"
android:exported="false" />
<provider
android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider"
android:exported="false"
android:authorities="vip.lgsgd.qfzwak.flutter.image_provider"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@7F0C0001" />
</provider>
</application>
</manifest> |
免费评分
-
查看全部评分
|
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
|
|
|
|