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

Method shutdown

lib/DevApp/src/main/java/dev/utils/app/DeviceUtils.java:787–789  ·  view source on GitHub ↗

关机 ( 需要 root 权限 ) @return true success, false fail

()

Source from the content-addressed store, hash-verified

785 * @return {@code true} success, {@code false} fail
786 */
787 public static boolean shutdown() {
788 return ADBUtils.shutdown();
789 }
790
791 /**
792 * 重启设备 ( 需要 root 权限 )

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.95

Tested by

no test coverage detected