Privacy Policy

Nomic Reader (ink.moming.nomicreader)

Last updated: June 2, 2026 | Effective date: June 2, 2026

Back to app list

Nomic Reader (the "App") is a fully local reading tool. All user data is stored on your device and never uploaded to any server. The App has no account system, does not require registration or login, and does not integrate any third-party advertising or data collection SDK.

1. Developer Information

App name: Nomic Reader

Package: ink.moming.nomicreader

Developer: MomingDev (Jin Mingliang)

Email: 1192653484@qq.com

2. Data Collection and Use

2.1 Data Collected by the App

Data type Collection method Purpose Transmitted externally
Device SDK version Read via device_info_plus Detect Android version to adapt storage permission strategy No, local only
Local files (e-books, comics, etc.) Imported by user Core reading functionality No, read and parsed locally
Reading records and progress Auto-generated by the App Track reading position, bookmarks, notes, reading statistics No, stored in local database
User preferences Generated by user actions Theme, font, page-turn method and other personalized settings No, stored locally

2.2 Data Not Collected by the App

  • Personal identity information (name, email, phone, address, etc.)
  • Location information
  • Contacts or address book data
  • Call logs or SMS
  • Camera or microphone data
  • Financial or payment information
  • Health data
  • Information about other installed apps
  • Crash logs or diagnostic data
  • Device identifiers (IMEI, Android ID, advertising ID, etc.)

3. Local Data Storage

The App uses the following local storage methods to save data:

  • Isar database: Stores structured data such as book information, reading records, bookmarks, notes, and reading statistics
  • SharedPreferences / Hive: Stores user preferences and app configuration

All data is stored in your device's local storage space and is never transmitted to any remote server or third-party service.

4. Network Connection

The App supports the following network connection features:

  • SMB / WebDAV / FTP connections: Users can configure connections to their own network storage servers to browse and read remote files. All connections are actively configured by the user. The App acts only as a client directly connecting to the user-specified server. It does not route through, relay, or store any intermediate server.

Other than the user-initiated network connections above, the App does not actively initiate any network request and does not transmit user data to any server.

5. Permission Usage

The App requests the following Android permissions solely to implement core features:

Permission Purpose
MANAGE_EXTERNAL_STORAGE Access local files on Android 11+ devices to import e-books and comics
READ_EXTERNAL_STORAGE Read local files on Android 10 and below
WRITE_EXTERNAL_STORAGE Save app data on Android 10 and below

The above permissions are used only for reading and writing local files, and are not used to access, collect, or transmit any personal data.

6. Third-Party Services

The App does not integrate any third-party analytics, statistics, advertising, or data collection SDK, and does not share user data with any third party.

7. Data Security

The App takes the following measures to protect user data:

  • All user data is stored only on the device and is not transmitted to external servers
  • SMB / WebDAV / FTP connections are configured by the user, and connection credentials are saved only on the device
  • No personal identity information is collected, stored, or transmitted
  • No cloud sync or backup feature is used

8. Data Retention and Deletion

8.1 Data Retention

All data of the App is saved in your device's local storage. The retention period is determined by you.

8.2 Data Deletion

You can delete all data stored by the App in the following ways:

  • Clear app data: Android system settings → App management → Nomic Reader → Clear data
  • Uninstall the app: Uninstalling the App will automatically delete all locally stored data
  • In-app actions: You can manually delete individual books, bookmarks, notes, etc. within the App

9. Children's Privacy

The App is not directed at children under the age of 13, nor does it knowingly collect personal information from children under 13. If you are a parent or guardian and discover that your child has provided us with personal information, please contact us through the contact information above and we will promptly delete the relevant information.

10. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. Changes to the Privacy Policy take effect immediately after being published on this page. We recommend that you review this page periodically to stay informed about the latest privacy practices.

11. Contact Us

If you have any questions, comments, or suggestions about this Privacy Policy, please contact us through the following:

Developer: MomingDev (Jin Mingliang)

Email: 1192653484@qq.com

Nomic阅读(以下简称"本应用")是一款纯本地阅读工具,所有用户数据均存储在您的设备本地,不会上传至任何服务器。本应用不设账号体系,不要求用户注册或登录,不集成任何第三方广告或数据收集 SDK。

一、开发者信息

应用名称:Nomic阅读

应用包名:ink.moming.nomicreader

开发者:MomingDev(金明良)

联系邮箱:1192653484@qq.com

二、数据收集与使用

2.1 本应用收集的数据

数据类型 收集方式 用途 是否传输至外部
设备 SDK 版本号 通过 device_info_plus 读取 判断 Android 版本以适配存储权限策略 否,仅本地使用
本地文件(电子书、漫画等) 用户主动导入 核心阅读功能 否,仅本地读取和解析
阅读记录与进度 应用自动生成 记录阅读位置、书签、笔记、阅读统计 否,存储于本地数据库
用户偏好设置 用户操作产生 主题、字体、翻页方式等个性化配置 否,存储于本地

2.2 本应用不收集的数据

  • 个人身份信息(姓名、邮箱、电话、地址等)
  • 位置信息
  • 通讯录或联系人数据
  • 通话记录或短信
  • 摄像头或麦克风数据
  • 财务或支付信息
  • 健康数据
  • 其他已安装应用的信息
  • 崩溃日志或诊断数据
  • 设备标识符(IMEI、Android ID、广告 ID 等)

三、本地数据存储

本应用使用以下本地存储方式保存数据:

  • Isar 数据库:存储书籍信息、阅读记录、书签、笔记、阅读统计等结构化数据
  • SharedPreferences / Hive:存储用户偏好设置和应用配置

所有数据均存储在您的设备本地存储空间中,不会传输至任何远程服务器或第三方服务。

四、网络连接

本应用支持以下网络连接功能:

  • SMB / WebDAV / FTP 连接:用户可自行配置连接至自己的网络存储服务器,用于浏览和读取远程文件。所有连接均由用户主动配置,本应用仅作为客户端直连用户指定的服务器,不经过、不中转、不存储任何中间服务器。

除上述用户主动发起的网络连接外,本应用不会主动发起任何网络请求,不会向任何服务器传输用户数据。

五、权限使用说明

本应用请求以下 Android 权限,仅用于实现核心功能:

权限 用途
MANAGE_EXTERNAL_STORAGE Android 11+ 设备上访问本地文件以导入电子书和漫画
READ_EXTERNAL_STORAGE Android 10 及以下设备上读取本地文件
WRITE_EXTERNAL_STORAGE Android 10 及以下设备上保存应用数据

以上权限仅用于本地文件的读写操作,不会用于访问、收集或传输任何个人数据。

六、第三方服务

本应用不集成任何第三方分析、统计、广告或数据收集 SDK,不与任何第三方共享用户数据。

七、数据安全

本应用采取以下措施保护用户数据:

  • 所有用户数据仅存储在设备本地,不传输至外部服务器
  • SMB / WebDAV / FTP 连接由用户自行配置,连接凭据仅保存在设备本地
  • 不收集、不存储、不传输任何个人身份信息
  • 不使用云端同步或备份功能

八、数据保留与删除

8.1 数据保留

本应用的所有数据均保存在您的设备本地存储中,数据保留期限由您自行决定。

8.2 数据删除

您可以通过以下方式删除本应用存储的所有数据:

  • 清除应用数据:在 Android 系统设置 → 应用管理 → Nomic阅读 → 清除数据
  • 卸载应用:卸载本应用将自动删除所有本地存储的数据
  • 应用内操作:您可以在应用内手动删除单本书籍、书签、笔记等数据

九、儿童隐私

本应用不面向 13 岁以下儿童,也不会故意收集 13 岁以下儿童的个人信息。如果您是家长或监护人,发现您的孩子向我们提供了个人信息,请通过上述联系方式与我们联系,我们将及时删除相关信息。

十、隐私权政策变更

我们可能会不时更新本隐私权政策。隐私权政策的变更将在本页面发布后立即生效。我们建议您定期查看本页面以了解最新的隐私保护信息。

十一、联系方式

如果您对本隐私权政策有任何疑问、意见或建议,请通过以下方式联系我们:

开发者:MomingDev(金明良)

邮箱:1192653484@qq.com