Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

Not catching activities on JB/4.1 #3

Open
tvierling opened this issue Jul 9, 2016 · 0 comments
Open

Not catching activities on JB/4.1 #3

tvierling opened this issue Jul 9, 2016 · 0 comments

Comments

@tvierling
Copy link

tvierling commented Jul 9, 2016

After altering xposedminversion as described in #2, Xposed now lets me install and enable the mod without any errors. However, it doesn't seem to be catching the embedded Chrome activities on JB/4.1. For instance, in the older Google News & Weather app, adb shell dumpsys activity activities shows this when clicking on a random news article, which opens in the embedded browser. I note that the package and activity name are exactly what this mod intends to catch (com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity):

ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)
  Main stack:
  * TaskRecord{42fc5a90 #40 A com.google.android.apps.genie.geniewidget U 0}
    numActivities=2 rootWasReset=true userId=0
    affinity=com.google.android.apps.genie.geniewidget
    intent={act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.apps.genie.geniewidget/.activities.NewsActivity}
    realActivity=com.google.android.apps.genie.geniewidget/.activities.NewsActivity
    askedCompatMode=false
    lastThumbnail=null lastDescription=null
    lastActiveTime=8157303 (inactive for 6s)
    * Hist #3: ActivityRecord{42090210 com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity}
        packageName=com.android.chrome processName=com.android.chrome
        launchedFromUid=10011 userId=0
        app=ProcessRecord{428b19e0 23766:com.android.chrome/u0a11}
        Intent { act=android.intent.action.VIEW dat=http://www.foxnews.com/us/2016/07/09/dallas-sniper-followed-black-militant-groups-on-facebook-was-sent-home-from-afghanistan-over-harassment-claim.html pkg=com.android.chrome cmp=com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity (has extras) }
        frontOfTask=false task=TaskRecord{42fc5a90 #40 A com.google.android.apps.genie.geniewidget U 0}
        taskAffinity=com.android.chrome
        realActivity=com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity
        baseDir=/system/app/ChromeWithBrowser.apk
        dataDir=/data/data/com.android.chrome
        stateNotNeeded=false componentSpecified=true isHomeActivity=false
        compat={240dpi} labelRes=0x7f0b03fd icon=0x7f030000 theme=0x7f0e0162
        config={1.0 310mcc120mnc en_US sw360dp w360dp h566dp nrml port finger qwerty/v/h dpad/v s.9}
        launchFailed=false haveState=false icicle=null
        state=RESUMED stopped=false delayedResume=false finishing=false
        keysPaused=false inHistory=true visible=true sleeping=false idle=true
        fullscreen=true noDisplay=false immersive=false launchMode=0
        frozenBeforeDestroy=false thumbnailNeeded=false forceNewConfig=false
        thumbHolder=TaskRecord{42fc5a90 #40 A com.google.android.apps.genie.geniewidget U 0}
        waitingVisible=false nowVisible=true lastVisibleTime=-5s730ms
        connections=[ConnectionRecord{42e799c8 com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService:@42787350}]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant