Activity 跳转 @param intent Intent @return true success, false fail
(final Intent intent)
| 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 跳转 |
no test coverage detected