MCPcopy Create free account
hub / github.com/afkT/DevUtils / startActivity

Method startActivity

lib/DevApp/src/main/java/dev/utils/app/AppUtils.java:1205–1207  ·  view source on GitHub ↗

Activity 跳转 @param intent Intent @return true success, false fail

(final Intent intent)

Source from the content-addressed store, hash-verified

1203 * @return {@code true} success, {@code false} fail
1204 */
1205 public static boolean startActivity(final Intent intent) {
1206 return startActivity(DevUtils.getContext(), IntentUtils.getIntent(intent, true));
1207 }
1208
1209 /**
1210 * Activity 跳转

Callers 15

shutdownMethod · 0.95
installAppMethod · 0.95
uninstallAppMethod · 0.95
launchAppMethod · 0.95
launchAppDetailsMethod · 0.95
openFileMethod · 0.95
openFileByAppMethod · 0.95
startSysSettingMethod · 0.95

Calls 3

getContextMethod · 0.95
getIntentMethod · 0.95
eTagMethod · 0.95

Tested by

no test coverage detected