intent如下:intent://io.dcloud.unipush#Intent;scheme=unipush;launchFlags=0x4000000;package=com.copm.universal.owner;component=com.copm.universal.owner%2Fio.dcloud.PandoraEntry;S.gttask=;S.UP-OL-SU=true;S.title=%E8%AE%A2%E5%8D%95%E9%80%9A%E7%9F%A5;S.content=%E6%9D%8E%E5%84%BF%E4%BD%A0%E5%A5%BD%EF%BC%8C%E4%B8%8B%E5%8D%95%E6%88%90%E5%8A%9F%E4%BA%86;S.payload=test;end
AndroidManifest.xml文件如下:
<activity
android:name="io.dcloud.PandoraEntry"
android:configChanges="orientation|keyboardHidden|keyboard|navigation"
android:label="@string/app_name"
android:launchMode="singleTask"
android:hardwareAccelerated="true"
android:theme="@style/TranslucentTheme"
android:screenOrientation="user"
android:windowSoftInputMode="adjustResize" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<!-- uniappPush2.0 -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="io.dcloud.unipush" android:path="/" android:scheme="unipush" />
</intent-filter>
/oppo配置开始/
<intent-filter>
<action android:name="android.intent.action.oppopush" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
/oppo配置结束/
</activity>
<activity
android:name="io.dcloud.PandoraEntryActivity"
android:launchMode="singleTask"
android:configChanges="orientation|keyboardHidden|screenSize|mcc|mnc|fontScale|keyboard|smallestScreenSize|screenLayout|screenSize|uiMode"
android:hardwareAccelerated="true"
android:permission="com.miui.securitycenter.permission.AppPermissionsEditor"
android:screenOrientation="user"
android:theme="@style/DCloudTheme"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<action android:name="android.intent.action.VIEW" />
<data android:scheme="h56131bcf" />
</intent-filter>
</activity>
1 个回复
DCloud_Android_THB
试试以这个开头 intent://io.dcloud.unipush/?#Intent;scheme=unipush;