Nexora Explorer

隐私政策

生效日期:2026 年 9 月 8 日 · 适用于 iOS 与 Android 版 Nexora Explorer

  • 你的文件不会被上传给我们。我们没有为这个应用运行任何后端。文件只在你的设备、以及你自己填进去的 NAS / WebDAV 服务器之间流动。
  • 没有账号系统。不需要注册、不需要登录,我们不收集你的姓名、邮箱、手机号、通讯录或位置。
  • AI 字幕、文字识别、字幕翻译、Python 沙盒全部在设备本机运行。音频、画面和代码都不出设备。
  • 没有广告,不使用广告标识符,不出售数据。
  • 两个平台都会通过 Google Firebase 收集匿名的使用统计与崩溃报告,用来知道哪些功能真的被用到、哪里会出错。收集的是哪些,下面逐条说明。

一、两个平台收集的是同一套东西

iOS 版和 Android 版使用同一套埋点:同样的事件名、同样的字段名,发往同一个 Google Firebase 项目。下表列出全部差异——差异都在系统能力上,不在收集的数据上。

 iOS(App Store)Android(Google Play)
使用统计Firebase Analytics相同
崩溃报告Firebase Crashlytics相同
我们自己的服务器
广告标识符不取(从不请求跟踪授权)不取(见 1.1)
语音识别系统识别(本机)为默认,Whisper 可选仅 Whisper(本机)
字幕翻译系统翻译框架,语言包由系统下载尚未提供
文字识别(OCR)系统框架,本机随安装包内置的离线模型,本机
存储访问应用沙盒 + 系统「文件」全盘访问权限(可以拒绝,见第六节)

1.1 关于广告标识符

这一点值得单独说,因为它不是默认状态:Android 上的 Firebase Analytics 默认会采集广告 ID,还会带上安装归因。我们把这些全部关掉了——从安装包里移除了相关权限,并在启动时显式拒绝广告类的数据用途。

这么做是为了和 iOS 一致:iOS 上取广告标识符需要弹出「允许跟踪」授权,而这个应用从来没有集成那套东西。既然一端不取,另一端也不该取。

二、具体收集什么

2.1 使用统计(Firebase Analytics)

为了知道哪些功能真的被用到、哪些流程会失败,应用记录播放与文件操作中的关键动作与结果——进入播放器、开始播放、拖动进度、缓冲、播放成功或失败之类——以及随之而来的技术信息:本次操作耗时、结果是成功还是失败、失败时的错误类型与错误域、这次操作是不是用户主动触发的。

Firebase 自身还会自动采集一个匿名的应用实例标识、设备型号、系统版本、系统语言,以及由 IP 地址推断出的大致国家或地区。

2.2 崩溃报告(Firebase Crashlytics)

应用崩溃或遇到可恢复的错误时,会上报崩溃堆栈、当时的设备状态、一个匿名的安装标识,以及我们附加的少量诊断上下文(例如崩溃时播放器处于哪个状态)。

2.3 这些数据里没有你的文件

这个应用是文件管理器和播放器,文件名和路径本身就是隐私。所以决定"什么会离开设备"的地方只有一处,字段逐个显式列出,而不是把内部日志整包转发出去。以下几类是刻意不上报的:

上面这份「不上报」的清单在两个平台上是同一份——不是两边各写一遍碰巧一致,而是两端各有一处唯一的出口,字段逐个显式列出。

2.4 关于关闭统计

坦白说:两个平台目前都没有提供应用内的统计开关。如果你不希望这些数据被收集,可以卸载应用,或通过下方邮箱联系我们。我们正在考虑在后续版本中加入开关。

三、你的文件是怎么被处理的

四、应用会连接哪些地方

把出网的地方一次列全:

连接对象什么时候发送了什么
你配置的 NAS / WebDAV 服务器你连接、浏览、传输、播放时你自己的凭据与文件操作。地址是你填的
Hugging Face你选择下载 AI 字幕的高精度模型时只是下载模型文件。不上传音频、不上传文件、不上传任何你的数据
Google Firebase使用应用时第二节所述的统计与崩溃数据

除此之外没有别的出网目的地。

五、AI 功能全部在设备上

六、权限,以及为什么需要它

权限平台用途
全盘文件访问仅 Android这是文件管理器的核心:你要在哪个目录里操作是你决定的,应用必须能列出、读写不是它自己创建的目录,并完成跨目录的批量复制/移动/删除与整个文件夹的上传下载
照片和媒体iOS、Android导入图片与视频;iOS 上通过系统选择器,只把你挑中的那些交给应用
网络访问iOS、Android连接你自己的服务器、下载 AI 字幕模型,以及上报第二节所述的统计与崩溃数据
通知Android显示后台传输与后台播放的进行状态

Android 上的全盘访问可以拒绝。拒绝之后应用不会崩,也不会不停地再问——它会降级到只使用自己的私有目录,NAS / WebDAV、播放器、PDF 与 Python 这些功能照常可用,只是不能再浏览设备上的其它目录。

为什么不用系统的文件选择器代替:选择器每次只交出你当次挑中的东西,撑不起一个常驻的整机目录树,也没法在不逐次打扰你的前提下完成批量与递归操作;而系统媒体库只认图片、音频、视频,看不见文件管理器必须处理的文档、压缩包与字幕文件。

七、第三方

两个平台都没有集成任何广告或归因组件。

八、数据保留与删除

九、儿童

Nexora Explorer 不面向 13 岁以下儿童,我们不会有意收集儿童的个人信息。如果你认为孩子向我们提供了信息,请联系我们。

十、你的权利

根据你所在地区的法律,你可能享有访问、更正、删除或反对处理个人数据的权利。请通过下方邮箱提出,我们会在合理时间内答复。

十一、本政策的变更

本政策更新时,我们会修改页面顶部的生效日期。涉及数据收集方式的实质性变更,会在应用更新说明中一并告知。

十二、联系我们

爻爻科技(YaoyaoLabs)
电子邮件:1569485690@qq.com

Privacy Policy

Effective 8 September 2026 · Applies to Nexora Explorer for iOS and Android

  • Your files are never uploaded to us. We run no backend for this app. Files move between your device and the NAS / WebDAV servers you enter yourself — nothing else.
  • There are no accounts. No sign-up, no login. We do not collect your name, email address, phone number, contacts or location.
  • AI subtitles, text recognition, subtitle translation and the Python sandbox all run on your device. Audio, pixels and code never leave it.
  • No ads, no advertising identifier, no data sales.
  • Both platforms collect anonymous usage statistics and crash reports through Google Firebase, so we can tell which features are actually used and where things go wrong. What that covers is described below.

1. Both platforms collect the same things

iOS and Android use one shared set of instrumentation: the same event names, the same field names, sent to the same Google Firebase project. The table below lists every difference between them — and all of them are about platform capabilities, not about what is collected.

 iOS (App Store)Android (Google Play)
Usage analyticsFirebase AnalyticsSame
Crash reportingFirebase CrashlyticsSame
Servers of our ownNoneNone
Advertising IDNot read (never asks for tracking permission)Not read (see 1.1)
Speech recognitionSystem recognition (on-device) by default; Whisper optionalWhisper only (on-device)
Subtitle translationSystem translation framework, language packs downloaded by the OSNot available yet
Text recognition (OCR)System framework, on-deviceOffline model bundled in the app, on-device
Storage accessApp sandbox + the system Files appAll files access (you may decline — see section 6)

1.1 About the advertising identifier

This deserves its own note, because it is not the default state: Firebase Analytics on Android collects the advertising ID by default, and brings install attribution along with it. We turned all of that off — the relevant permission is stripped from the shipped package, and advertising-related data use is explicitly denied at startup.

We did this to match iOS: reading the advertising identifier there requires the "allow tracking" prompt, and this app has never integrated that. If one platform does not read it, neither should the other.

2. What is collected

2.1 Usage analytics (Firebase Analytics)

So we can tell which features are actually used and where things fail, the app records key actions and their outcomes during playback and file operations — opening the player, starting playback, seeking, buffering, a playback attempt succeeding or failing — along with the technical information that comes with them: how long the operation took, whether it succeeded, the error type and domain when it did not, and whether the user triggered it directly.

Firebase itself also collects an anonymous app-instance identifier, device model, OS version, system language, and the approximate country or region inferred from the IP address.

2.2 Crash reporting (Firebase Crashlytics)

When the app crashes or hits a recoverable error, it reports the stack trace, the device state at the time, an anonymous installation identifier, and a small amount of diagnostic context we attach (such as which state the player was in).

2.3 What is not in that data: your files

This app is a file manager and a media player, so file names and paths are themselves private. There is exactly one place that decides what leaves the device, and it lists every field explicitly rather than forwarding the internal log wholesale. These categories are deliberately never reported:

That withheld list is the same list on both platforms — not two lists that happen to agree, but one explicit, field-by-field outlet on each side.

2.4 About turning analytics off

Honestly: neither platform has an in-app analytics switch today. If you would rather not have this data collected, you can uninstall the app, or contact us at the address below. We are considering a switch in a future release.

3. How your files are handled

4. Where the app connects

Every outbound destination, in one list:

DestinationWhenWhat is sent
The NAS / WebDAV servers you configureWhen you connect, browse, transfer or playYour own credentials and file operations. You chose the address
Hugging FaceWhen you choose to download the high-accuracy AI subtitle modelA model file is downloaded. No audio, no files, no data of yours is uploaded
Google FirebaseWhile you use the appThe analytics and crash data described in section 2

There are no other outbound destinations.

5. The AI features all run on your device

6. Permissions, and why they are needed

PermissionPlatformPurpose
All files accessAndroid onlyThis is what a file manager is: you decide which folder to work in, so the app must be able to list and modify directories it did not create, and to run cross-directory batch copy, move and delete as well as whole-folder upload and download
Photos and mediaiOS, AndroidImporting images and video; on iOS through the system picker, which hands over only what you selected
Network accessiOS, AndroidConnecting to your own servers, downloading the AI subtitle model, and reporting the analytics and crash data described in section 2
NotificationsAndroidShowing the progress of background transfers and background playback

All files access on Android can be declined. The app will not crash and will not keep asking. It falls back to its own private directory: NAS / WebDAV, the player, PDF and Python all keep working — you simply cannot browse the rest of the device from inside the app.

Why the system file picker is not a substitute: it hands over only what you picked that one time, which cannot back a persistent whole-device tree and cannot run batch or recursive operations without interrupting you each time. The system media store, meanwhile, only knows about images, audio and video — it cannot see the documents, archives and subtitle files a file manager has to handle.

7. Third parties

Neither platform includes any advertising or attribution component.

8. Retention and deletion

9. Children

Nexora Explorer is not directed at children under 13, and we do not knowingly collect personal information from children. If you believe a child has provided us with information, please contact us.

10. Your rights

Depending on where you live, you may have the right to access, correct, delete or object to the processing of your personal data. Write to the address below and we will respond within a reasonable time.

11. Changes to this policy

When this policy is updated we change the effective date at the top of this page. Material changes to how data is collected will also be called out in the app's release notes.

12. Contact us

YaoyaoLabs (爻爻科技)
Email: 1569485690@qq.com