add photo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.tencent.iot.speech" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
android:targetSdkVersion="33" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
int string app_name 0x0
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
# SDK
|
||||
-keepclasseswithmembernames class com.tencent.aai.** { # 保持 native 方法不被混淆
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
-keep public class com.tencent.aai.** {*;}
|
||||
-keep interface com.tencent.aai.audio.data.PcmAudioDataSource {
|
||||
void start(); throws com.tencent.aai.exception.ClientException;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">aai</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user