import { ExtLink } from '../ExtLink'; import { Ruby } from '../Ruby'; import { useId } from 'react'; import { RootExplorerGuide } from './RootExplorerGuide'; import { AdbInstructionTemplate } from './AdbInstructionTemplate'; import { HiWord } from '../HelpText/HiWord'; export interface AndroidADBPullInstructionProps { dir: string; file: string; } const URL_AMAZE = 'https://github.com/TeamAmaze/AmazeFileManager/releases/latest'; const URL_MT2 = 'https://mt2.cn/download/'; export function AndroidADBPullInstruction({ dir, file }: AndroidADBPullInstructionProps) { const androidInstructionId = useId(); return ( <>
你需要超级管理员访问权限来访问安卓应用的私有数据。
⚠️ 请注意,获取管理员权限通常意味着你的安卓设备
root 特权的文件浏览器,如
访问 {dir}/ 目录。
※ 从侧边栏选择根目录开始。
{file} 复制到浏览器可访问的目录(例如下载目录)。