Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afkT/DevUtils
/ getTopActivity
Method
getTopActivity
lib/DevApp/src/main/java/dev/DevUtils.java:444–446 ·
view source on GitHub ↗
获取 Top Activity @return Activity
()
Source
from the content-addressed store, hash-verified
442
* @
return
{@link Activity}
443
*/
444
public
static
Activity getTopActivity() {
445
return
getLifecycleAssist().getTopActivity();
446
}
447
448
/**
449
* 设置 Activity 生命周期 过滤判断接口
Callers
2
show
Method · 0.95
cancel
Method · 0.95
Calls
2
getLifecycleAssist
Method · 0.95
getTopActivity
Method · 0.65
Tested by
no test coverage detected