Skip to content

在vivo系手机上,联通认证服务协议无法弹出 #216

@guodl1

Description

@guodl1

我很费解这个问题

我已经添加了

   <!-- 联通/电信 授权页 -->
   <activity
       android:name="com.mobile.auth.gatewayauth.LoginAuthActivity"
       android:configChanges="orientation|keyboardHidden|screenSize"
       tools:replace="android:configChanges"
       android:exported="false"
       android:launchMode="singleTop"
       android:screenOrientation="behind"
       android:theme="@style/authsdk_activity_dialog"/>

   <!-- 移动 授权页 -->
   <activity
       android:name="com.cmic.sso.sdk.activity.LoginAuthActivity"
       android:configChanges="orientation|keyboardHidden|screenSize"
       tools:replace="android:configChanges"
       android:exported="false"
       android:launchMode="singleTask"
       android:screenOrientation="behind"
       android:theme="@style/authsdk_activity_dialog" />

在华为/小米/三星等手机测试都没有问题,但是在vivo手机上联通授权页无法打开

Image。因为我手头没有可供调试的真机,有没有可供排查的思路

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions