|
|
|
|
158
|
Const.AUTOAPPKEY,
|
158
|
Const.AUTOAPPKEY,
|
159
|
AutoAppBean().javaClass
|
159
|
AutoAppBean().javaClass
|
160
|
) as? AutoAppBean
|
160
|
) as? AutoAppBean
|
161
|
- if (autoAppBean!=null&& autoAppBean.appPackage!! == appInfo.packageName){
|
|
|
|
|
161
|
+ if (autoAppBean!=null&&autoAppBean.appPackage!=null&&autoAppBean.authUrl!=null&&autoAppBean.appPackage == appInfo.packageName){
|
162
|
val launchIntent = Intent()
|
162
|
val launchIntent = Intent()
|
163
|
launchIntent.setComponent(
|
163
|
launchIntent.setComponent(
|
164
|
ComponentName(
|
164
|
ComponentName(
|