This commit is contained in:
hh
2022-01-24 16:10:41 +08:00
commit e33c5a9737
69 changed files with 2056 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.com.motse.iflytek_speech_demo_example">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>