I try to start an activity in an app, but i dont know how.
I get the recent activities via adb, and the what i need to replicate is:
* RecentTaskInfo #0:
id=478 stackId=478 userId=0 hasTask=true lastActiveTime=85083548
baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.oceanwing.battery.cam cmp=com.oceanwing.battery.cam/.main.SplashActivity }
baseActivity={com.oceanwing.battery.cam/com.oceanwing.battery.cam.main.CamMainActivity}
topActivity={com.oceanwing.battery.cam/com.eufy.security.doorbell.video.ui.VDBLiveVideoActivity}
realActivity={com.oceanwing.battery.cam/com.oceanwing.battery.cam.main.SplashActivity}
isExcluded=false activityType=standard windowingMode=standard supportsSplitScreenMultiWindow=false
taskDescription { colorBackground=#fffafafa colorPrimary=#fff5f5f5 iconRes=/0 iconBitmap=false resizeMode=RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION minWidth=-1 minHeight=-1 }
I can start the
SplashActivit, but that just open the app. So how can i start the
VDBLiveVideoActivity?
Thank you!