增加OpenHarmonyDev渠道
parent
6daa148fc0
commit
93236a7ec3
|
|
@ -0,0 +1,5 @@
|
|||
public partial class TalkingDataInitTool
|
||||
{
|
||||
public static string channel = "OpenHarmonyDev";
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.unity3d.player"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<!--定义权限-->
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!--获取wifi状态-->
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!--获取移动网络状态-->
|
||||
|
||||
<application>
|
||||
<activity android:name="com.unity3d.player.UnityPlayerActivity"
|
||||
android:theme="@style/UnityThemeSelector">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Define_list:"SDK_CRASHSIGHT"
|
||||
|
||||
PackageName:"com.phxh.hm.try"
|
||||
|
||||
Language:"Lan_CN"
|
||||
|
||||
CrashSight_Android: 669a94ce69, d9412717-2416-4270-b8bc-f7a0805f988f
|
||||
CrashSight_iOS: 6ff03772f9, unknown
|
||||
Loading…
Reference in New Issue