Merge branch 'unity' of git.kingsome.cn:tools/cocos_android into unity

This commit is contained in:
cebgcontract 2022-12-13 19:01:13 +08:00
commit 0ca92675fe

View File

@ -9,6 +9,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:extractNativeLibs="true"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<!-- Tell Cocos2dxActivity the name of our .so -->
@ -60,6 +61,7 @@
To the list of attributes on the activity element.
-->
<activity
android:exported="true"
android:name="net.openid.appauth.RedirectUriReceiverActivity"
tools:node="replace">
<intent-filter>
@ -68,12 +70,14 @@
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme"/>
</intent-filter>
</activity>
<activity
android:name=".tiktokapi.TikTokEntryActivity"
android:exported="true">
</activity>
<service android:name ="com.youme.voiceengine.VoiceEngineService">
<service android:name ="com.youme.voiceengine.VoiceEngineService"
android:exported="true">
<intent-filter>
<action android:name="com.youme.voiceengine.VoiceEngineService"/>
<category android:name="android.intent.category.default"/>