android ping

参考: 【工具分享】分享一个移动端网络诊断工具(适用于安卓平台) https://blog.csdn.net/jijimu/article/details/81633220 安卓怎么运行ping命令 安卓手机运行ping命令方法介绍 https://product.pconline.com...

android 命令行 终端

参考: Termux:Android 上的一款终端神器 https://sspai.com/post/56031 手机敲命令利器---Android Terminal https://blog.csdn.net/xiaokeweng/article/details/17319717

android 10 设置 launcher

通过设置菜单设置 下拉通知,点击设置,进入设置菜单。 进入应用和通知,查看全部应用。 点击 quickstep 或者 其他想要的 app. 高级,主屏幕应用,点击选中想要的 app 作为 launcher. 通过代码设置 这个网上有很多,修改 xml 文件。 参考: Launcher安卓手...

android app 开机自启动

很简单,在 AndroidManifest 中添加 <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT...

[转] android使用adb命令安装软件

转自: https://blog.csdn.net/Easyhood/article/details/52138759 准备工作: 确信 \android-sdk-windows\tools\下有 adb.exe AdbWinApi.dll AdbWinUsbApi.dll 三个文件,如果...