Overview
Strengths
Features
Scenarios
Compliance
AndroidManifest.xml file of the project:<uses-permission android:name="android.permission.RECORD_AUDIO" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /><uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /><uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
AndroidManifest.xml file of the project as needed:/sdcard/Android/data/xxx.xxx.xxx/files), it means that you do not call SetLogPath and do not need the WRITE_EXTERNAL_STORAGE permission.SetLogPath API to set the log path to an external storage device, and the storage path of the voice message recording is an external storage device, you need to apply for the WRITE_EXTERNAL_STORAGE permission to the user and get the user's approval.<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
targetSDKVersion in the project is v30 or earlier:<uses-permission android:name="android.permission.BLUETOOTH"/>
targetSDKVersion in the project is v31 or later and GME is earlier than v2.9.6:<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" /><uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
-dontwarn com.tencent.**-keep class com.tencent.** { *;}-keepclassmembers class com.tencent.**{*;}
-dontwarn com.gme.**-keep class com.gme.** { *;}-keepclassmembers class com.gme.**{*;}
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan