1***@qq.com
1***@qq.com
  • 发布:2024-05-13 10:43
  • 更新:2024-05-13 10:43
  • 阅读:120

unipush1.0 安卓手机可以收到离线通知,但是点击通知收不到click监听; 在线是可以收到通知并且能监听到click

分类:uni-app

intent详细参数:intent://io.dcloud.unipush/?#Intent;scheme=unipush;launchFlags=0x4000000;action=android.intent.action.oppopush;component=com.copm.universal.owner/io.dcloud.PandoraEntry;S.UP-OL-SU=true;S.title=多图;S.content=离线3;S.payloaath=/page_ugc/ugc_dynamic_detail?id=1014&type=2, source=, id=1014, type=2};end

AndroidMainfest.xml

<activity
android:name="io.dcloud.PandoraEntry"
android:configChanges="orientation|keyboardHidden|keyboard|navigation"
android:launchMode="singleTask"
android:hardwareAccelerated="true"
android:theme="@style/TranslucentTheme"
android:screenOrientation="user"
android:windowSoftInputMode="adjustResize" >
<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>
</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>

2024-05-13 10:43 负责人:无 分享
已邀请:

要回复问题请先登录注册