e签宝实名认证回调,首页缺失证件提醒优化,

This commit is contained in:
2024-11-19 08:37:40 +08:00
parent ccf70796a3
commit c11974e9c1
12 changed files with 787 additions and 60 deletions
+21
View File
@@ -380,6 +380,27 @@
</intent-filter>
</activity>
<activity
android:name=".H5Activity2"
android:screenOrientation="portrait"
android:launchMode="singleTask">
<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="demo"
android:path="/signBack"
android:scheme="esign" />
<data
android:host="demo"
android:path="/realBack"
android:scheme="esign" />
</intent-filter>
</activity>
<service
android:name="com.arpa.hndahesudintocctmsdriver.push.XService"
android:enabled="true"