bugfixes:增加希沃签名
This commit is contained in:
2025-04-01 18:18:32 +08:00
parent 8716bf0e36
commit 7599d14897
7 changed files with 53 additions and 21 deletions

View File

@@ -134,7 +134,7 @@ public class SysSettingUtils {
setNotification(context, 1);
}
private static void openMtp(Context context) {
public static void openMtp(Context context) {
String usbStatus = CommonConfig.AOLE_ACTION_USB_USB_MTP;
Intent usbIntent = new Intent(usbStatus);
context.sendBroadcast(usbIntent);