Skip to content

Commit

Permalink
Enable Impeller for android
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Oct 29, 2024
1 parent 13113b1 commit 0755b65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<meta-data
android:name="flutterEmbedding"
android:value="2"/>
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="true" />

<provider
android:name="androidx.core.content.FileProvider"
Expand Down Expand Up @@ -93,8 +96,6 @@

</application>

<!-- 访问电话状态 -->
<!-- <uses-permission android:name="android.permission.READ_PHONE_STATE" tools:ignore="ManifestOrder"/>-->
<!-- 允许全部网络访问 -->
<uses-permission android:name="android.permission.INTERNET" tools:ignore="ManifestOrder"/>
<!-- 获取网络信息状态 -->
Expand Down

0 comments on commit 0755b65

Please sign in to comment.