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