MCPcopy 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

showMethod · 0.95
cancelMethod · 0.95

Calls 2

getLifecycleAssistMethod · 0.95
getTopActivityMethod · 0.65

Tested by

no test coverage detected