📄隐私政策
生效日期:2026 年 8 月 25 日
PhyOTA(以下简称“本应用”)是由奉加科技(上海)股份有限公司开发的一款面向工程技术人员的 BLE 蓝牙固件升级(OTA)工具。我们高度重视您的隐私保护,本隐私政策旨在逐项说明本应用各项业务功能所涉及的数据与权限,及其目的、方式、范围、存储地点、出境情况和超期处理方式。
核心承诺:本应用不收集任何个人身份信息,不收集设备标识符(如 IMEI、Android ID、MAC 地址等),未集成任何第三方 SDK,不进行任何形式的数据挖掘、用户画像或行为分析。
📡业务功能一:蓝牙设备扫描与连接
用于搜索附近的 PHY 系列 BLE 设备并建立蓝牙连接,是 OTA 固件升级的前置步骤。
涉及数据
设备广播数据(设备名称、RSSI 信号强度、蓝牙设备 MAC 地址)、蓝牙服务/特征 UUID
方式
通过 Android 系统蓝牙低功耗(Bluetooth Low Energy)API 在本地进行 BLE 扫描和连接
范围
仅限用户主动触发的扫描操作,扫描结果仅展示在本应用界面内
存储地点
不存储,扫描结果仅保存在内存中,退出页面或停止扫描即释放
所需权限
| 权限 | 目的 | 方式 | 范围 |
| 蓝牙权限(BLUETOOTH / BLUETOOTH_ADMIN) | Android 11 及以下版本扫描、连接 BLE 设备 | 系统蓝牙 API | 用户使用扫描/升级功能时 |
| 附近设备权限(BLUETOOTH_SCAN / BLUETOOTH_CONNECT) | Android 12 及以上版本扫描、连接 BLE 设备 | 系统蓝牙 API | 用户使用扫描/升级功能时 |
| 定位权限(ACCESS_FINE_LOCATION / ACCESS_COARSE_LOCATION) | Android 6–11 扫描 BLE 设备时系统要求,本应用不用于获取您的位置 | 系统定位 API(仅为扫描 BLE 所必需) | 用户使用扫描功能时 |
⬆️业务功能二:固件文件导入与 OTA 升级
用户选择固件文件(.bin / .hex / .res / .hex4 / .hex16 / .hexe16 等),将其通过蓝牙传输至目标设备进行固件升级。支持单分区(Single Bank)与双分区(SLB)两种升级方式,支持加密 OTA。
涉及数据
用户导入的固件文件、目标设备固件版本号、芯片 PID/VID 标识符、用户输入的加密密钥(如有)
目的
将固件数据写入目标 BLE 设备,完成固件升级
方式
通过 Android 系统文件选择器(存储访问框架 SAF)导入文件,再通过 BLE 协议(SBK/SLB)将固件数据传输至目标设备
范围
仅用户主动选择的文件,仅与用户选定的目标设备通信
存储地点
固件文件暂存于应用私有目录及用户选择的外部存储目录,仅为完成升级任务;设备版本信息仅保存在内存中
超期处理
固件文件可在升级完成后由用户手动删除;卸载应用时系统自动清除应用私有目录数据
所需权限
| 权限 | 目的 | 方式 | 范围 |
| 存储权限(READ_EXTERNAL_STORAGE / WRITE_EXTERNAL_STORAGE) | Android 6–10 读取、选择固件文件 | 系统存储 API | 用户主动点击“选择文件”时 |
| 管理外部存储(MANAGE_EXTERNAL_STORAGE) | Android 11 及以上扫描本地固件文件 | 系统存储访问 API | 用户使用文件扫描功能时 |
| 媒体读取(READ_MEDIA_IMAGES) | Android 13 及以上文件选择 | 系统媒体 API | 用户主动选择文件时 |
| 保持唤醒(WAKE_LOCK) | OTA 升级期间保持 CPU 运行,防止升级中断 | 系统电源管理 API | OTA 升级期间 |
⚙️业务功能三:设备过滤与本地设置
用户可配置扫描过滤条件(RSSI 阈值、MAC 地址过滤、空设备名过滤)、连接间隔、语言偏好、快捷 SLB OTA 等本地设置。
涉及数据
用户配置的过滤参数、连接间隔参数、语言偏好、功能开关等设置项
目的
优化扫描效率与升级体验,满足用户个性化使用需求
存储地点
Android 设备本地 SharedPreferences
超期处理
用户可随时在设置中修改;卸载应用时系统自动清除
📝业务功能四:升级记录与运行日志
记录设备升级历史(设备名称、MAC 地址、升级完成时间等)以及应用与 BLE 设备之间的通信日志(收发指令、设备事件等),用于技术调试。
涉及数据
升级记录(设备名称、设备 MAC 地址、升级完成时间)、BLE 通信指令内容、时间戳、操作结果
目的
记录升级历史;供开发者和技术人员调试蓝牙通信问题
方式
应用在升级过程中自动记录;用户可主动将日志保存为本地文件
存储地点
升级记录保存于 Android 设备本地 SharedPreferences;用户保存的日志文件存放于设备本地存储
超期处理
用户可随时清除升级记录、清空日志或删除日志文件;卸载应用时系统自动清除
🧪业务功能五:压力测试 / 老化测试
对 BLE 设备进行连续多次 OTA 升级测试,验证设备稳定性和可靠性。
涉及数据
测试配置参数(测试次数、间隔时间等)、测试结果统计(成功/失败次数、耗时)
目的
用于产线或实验室环境下的设备批量验证和可靠性测试
方式
用户配置测试参数后由应用自动循环执行 OTA 流程并记录结果
存储地点
仅保存在内存中,测试结果不持久化(用户可主动保存日志文件)
超期处理
退出测试页面即释放;用户保存的日志文件可手动删除
🔌业务功能六:自动化 OTA 测试(内部脚本测试)
面向产线/实验室的自动化测试功能,可通过局域网内的测试脚本远程下发扫描、搜索、升级等指令并回传结果。
涉及数据
测试脚本下发的指令(目标设备 MAC、固件名称、测试次数等)、回传的扫描/升级结果
方式
用户主动开启后,应用在局域网内启动 TCP 服务(端口 50000),仅接收用户主动连接的局域网测试脚本指令并返回结果
范围
仅与用户主动连接的本机/局域网测试脚本通信,不主动向任何外部服务器上传数据
存储地点
不持久化,指令与结果仅在内存中处理;界面日志仅用于展示
所需权限
| 权限 | 目的 | 方式 | 范围 |
| 网络权限(INTERNET / ACCESS_NETWORK_STATE / ACCESS_WIFI_STATE) | 运行内部脚本测试 TCP 服务、获取本机 IP、加载在线网页 | 系统网络 API | 用户主动使用自动化测试功能或浏览在线页面时 |
🌐网络通信情况说明
本应用不向任何服务器上传、收集用户个人信息。为便于您了解,现将本应用可能发生的网络行为如实说明如下:
| 场景 | 是否联网 | 说明 |
| 扫描、连接、OTA 升级、压力测试 | 否 | 全部通过蓝牙在本机与目标设备间完成,不进行网络通信 |
| 自动化 OTA 测试(内部脚本测试) | 是(局域网) | 仅在用户主动开启时,于局域网内启动 TCP 服务接收/回传测试指令与结果,不主动访问外部服务器 |
| “使用说明”页面 | 是(跳转系统浏览器) | 点击“使用说明”会调用系统浏览器打开在线文档(docs.qq.com),本应用自身不发起网络请求 |
除上述场景外,本应用不进行任何其他网络通信,不采集、不上传任何个人隐私数据。
🗂️存储期限
本应用所有数据均存储在设备本地,存储期限遵循以下原则:
| 数据类型 | 存储期限 | 说明 |
| 蓝牙扫描数据 | 不存储 | 仅保存在内存中,退出页面或停止扫描即释放 |
| 固件文件 | 用户主动删除或卸载为止 | 仅为实现 OTA 升级目的临时保留,无自动过期机制 |
| 本地设置 | 用户主动修改或卸载为止 | 持续保留直至用户修改或删除,无自动过期机制 |
| 升级记录 | 用户主动清除或卸载为止 | 持续保留直至用户清除 |
| BLE 运行日志 | 用户主动清空或卸载为止 | 仅用于调试目的,建议在调试完成后及时清空 |
| 压力测试记录 | 不持久化(退出即释放) | 仅用于测试验证目的 |
存储期限确定原则:由于本应用不收集个人身份信息,数据仅服务于用户本地使用需求,因此存储期限由用户自主控制——用户可随时删除任意数据,卸载应用即清除全部数据。我们不会对数据设定自动过期删除机制,因为我们无权也不会在您不知情的情况下远程修改您设备上的数据。
实现“存储最小化”的最终手段:卸载本应用,Android 系统将自动删除所有应用相关数据。
🤝与第三方共享个人信息情况
本应用不存在与任何第三方共享用户个人信息的情形。具体说明如下:
第三方 SDK 接入情况
本应用未集成任何第三方 SDK(包括但不限于分析统计类、广告推送类、地图定位类、社交分享类、崩溃收集类、支付类等 SDK)。不向任何第三方共享、转让或公开披露用户数据。
🔒数据安全
所有数据仅存储在您的设备本地。本应用除上述“网络通信情况说明”所述场景外不进行网络通信,不存在个人数据在传输过程中被第三方截获的风险。我们建议您通过 Android 系统自身的设备加密、锁屏密码与系统安全更新来保护本地数据安全。
个人敏感信息
本应用不收集任何个人敏感信息。根据中国《个人信息保护法》,敏感个人信息包括生物识别、宗教信仰、特定身份、医疗健康、金融账户、行踪轨迹等信息,以及不满十四周岁未成年人的个人信息。本应用仅处理实现蓝牙固件升级所必需的技术数据(BLE 设备 MAC 地址、固件版本、设备设置、通信日志),均不属于敏感个人信息范畴。
本应用亦不涉及拍摄、录音、录屏、定位追踪等功能,不申请相机、麦克风、通讯录、相册等权限(定位权限仅为 Android 6–11 扫描 BLE 设备所必需,本应用不读取、不使用您的位置信息)。
本应用不进行任何形式的数据挖掘、用户画像或行为分析,未集成任何分析或统计类 SDK,不采集设备标识符(IMEI / Android ID / MAC 等)。
儿童隐私
本应用是面向工程技术人员的专业固件升级工具,不面向 13 岁以下儿童,亦不会有意收集儿童的个人信息。
政策变更
当本应用在处理个人信息的目的、方式、范围发生变化时,我们将及时更新本隐私政策,并在更新后通过以下方式通知您:
- 在应用“关于我们”→“隐私政策”页面中更新内容,并在页面顶部标注新的生效日期;
- 若涉及重大变更(如新增数据收集类型、改变数据使用方式等),我们将在应用内以弹窗或其他显著方式提醒您阅读更新后的隐私政策,并在必要时重新获取您的同意。
我们建议您定期查阅本隐私政策,以确保了解最新的个人信息处理规则。
⚖️您的权利
作为个人信息主体,您享有以下权利。鉴于本应用不收集个人身份信息,部分权利的行使方式说明如下:
1. 访问、查阅权
您可以在应用内直接查看所有本地存储的数据:
- 升级记录:在“设置”→“查看升级记录”页面中直接显示
- 运行日志:在升级页面通过“显示日志/隐藏日志”查看
2. 复制权
本应用不收集个人身份信息,不存在需要复制的个人信息副本。若需获取升级记录或日志数据,您可通过下方联系方式向我们提出。
3. 修改、更正、补充权
- 本地设置:在“设置”中可随时修改过滤参数、连接间隔、语言等设置项
4. 删除权
- 升级记录:在“查看升级记录”页面中可清除全部记录
- 运行日志:在日志页面中可清空全部日志;保存的日志文件可在系统文件管理器中删除
- 固件文件:可删除添加的升级文件
- 彻底清除:卸载本应用,Android 系统将自动清除所有应用数据
5. 数据可携带权
本应用所有数据仅存储在设备本地。若您需要导出数据,可通过下方联系方式向我们提出,我们将协助您完成。
6. 撤回同意权
- 蓝牙/附近设备权限:通过 Android「设置」→「应用」→「PhyOTA」→「权限」中关闭本应用相应权限
- 停止使用:随时停止使用本应用,无需任何额外操作
7. 注销账号权
本应用不包含用户注册/登录系统,无账号体系,此项不适用。
8. 拒绝数据处理权
您可以随时停止使用本应用。由于所有数据仅存储在本地,停止使用即意味着不再产生新的数据处理活动。
9. 要求说明处理规则权
本隐私政策已逐项列明各项业务功能的数据处理规则。您也可通过下方联系方式要求我们对个人信息处理规则进行说明。
10. 投诉权
若您认为我们对您个人信息的处理违反了相关法律法规,您可通过下方联系方式向我们提出投诉,我们将在 15 个工作日内回复处理。您也有权向相关监管机构提出投诉。
📞联系我们
如有任何关于本隐私政策的问题或疑虑,请联系我们:
开发者陈双超
公司奉加科技(上海)股份有限公司
联系电话021-58990018
联系地址上海市浦东新区五星路676弄23号4楼
本应用不收集任何个人隐私数据。所有数据均存储在设备本地,除本政策说明的局域网测试与在线页面加载外,不进行网络传输,不涉及个人数据出境。
📄Privacy Policy
Effective Date: August 25, 2026
PhyOTA (hereinafter referred to as "this App") is a BLE Bluetooth firmware over-the-air (OTA) update tool for engineers and technicians, developed by PHYPLUS MICROELECTRONICS LIMITED. We attach great importance to your privacy protection. This Privacy Policy explains, function by function, the data and permissions involved in each business function of this App, along with their purpose, method, scope, storage location, cross-border transfer, and retention handling.
Core commitment: this App does not collect any personally identifiable information, does not collect device identifiers (such as IMEI, Android ID, MAC address), integrates no third-party SDKs, and performs no data mining, user profiling, or behavioral analysis.
📡Feature 1: Bluetooth Device Scanning and Connection
Used to search for nearby PHY series BLE devices and establish a Bluetooth connection — a prerequisite for OTA firmware updates.
Data involved
Device advertising data (device name, RSSI signal strength, Bluetooth device MAC address), Bluetooth service/characteristic UUIDs
Purpose
Identify and connect to the target BLE device
Method
Local BLE scanning and connection via the Android Bluetooth Low Energy API
Scope
Only user-initiated scans; results are displayed only within this App's interface
Storage location
Not stored; scan results are kept in memory only and released when leaving the page or stopping the scan
Cross-border transfer
None; all data is processed locally on the device
Required Permissions
| Permission | Purpose | Method | Scope |
| Bluetooth (BLUETOOTH / BLUETOOTH_ADMIN) | Scan and connect to BLE devices on Android 11 and below | System Bluetooth API | When using scan/update features |
| Nearby devices (BLUETOOTH_SCAN / BLUETOOTH_CONNECT) | Scan and connect to BLE devices on Android 12 and above | System Bluetooth API | When using scan/update features |
| Location (ACCESS_FINE_LOCATION / ACCESS_COARSE_LOCATION) | Required by the system to scan BLE devices on Android 6–11; not used to obtain your location | System location API (required only for BLE scanning) | When using the scan feature |
⬆️Feature 2: Firmware File Import and OTA Update
The user selects a firmware file (.bin / .hex / .res / .hex4 / .hex16 / .hexe16, etc.) and transfers it to the target device via Bluetooth to perform a firmware update. Supports Single Bank and SLB (Dual Bank) update modes, as well as encrypted OTA.
Data involved
The imported firmware file, target device firmware version, chip PID/VID identifiers, and the encryption key entered by the user (if any)
Purpose
Write firmware data to the target BLE device to complete the update
Method
Import the file via the Android system file picker (Storage Access Framework), then transfer the firmware data via the BLE protocol (SBK/SLB)
Scope
Only user-selected files; communicates only with the user-selected target device
Storage location
Firmware files are temporarily stored in the App's private directory and the user-selected external storage solely for the update task; device version information is kept in memory only
Cross-border transfer
None; all data is processed locally on the device
Retention
Firmware files can be manually deleted by the user after the update; App private-directory data is automatically cleared on uninstall
Required Permissions
| Permission | Purpose | Method | Scope |
| Storage (READ_EXTERNAL_STORAGE / WRITE_EXTERNAL_STORAGE) | Read and select firmware files on Android 6–10 | System storage API | When the user taps "Select File" |
| Manage external storage (MANAGE_EXTERNAL_STORAGE) | Scan local firmware files on Android 11 and above | System storage access API | When using the file scanning feature |
| Media read (READ_MEDIA_IMAGES) | File selection on Android 13 and above | System media API | When the user selects a file |
| Keep awake (WAKE_LOCK) | Keep the CPU running during OTA to prevent interruption | System power management API | During OTA updates |
⚙️Feature 3: Device Filtering and Local Settings
The user can configure scan filters (RSSI threshold, MAC address filter, empty-name filter), connection interval, language preference, quick SLB OTA, and other local settings.
Data involved
User-configured filter parameters, connection interval parameters, language preference, feature toggles, and other settings
Purpose
Improve scanning efficiency and update experience; meet personal usage needs
Method
Set by the user; the App saves them locally
Scope
Used only within this App
Storage location
Android device local SharedPreferences
Cross-border transfer
None; stored locally on the device only
Retention
The user can modify them at any time in Settings; automatically cleared on uninstall
📝Feature 4: Update Records and Runtime Logs
Records the device update history (device name, MAC address, completion time, etc.) and communication logs between the App and BLE devices (commands sent/received, device events, etc.) for technical debugging.
Data involved
Update records (device name, device MAC address, completion time), BLE communication command content, timestamps, operation results
Purpose
Record update history; help developers and technicians debug Bluetooth communication issues
Method
Recorded automatically during the update; the user can proactively save logs as local files
Scope
Viewable only within this App
Storage location
Update records are saved in Android device local SharedPreferences; user-saved log files are stored in local device storage
Cross-border transfer
None; stored locally on the device only
Retention
The user can clear update records, clear logs, or delete log files at any time; automatically cleared on uninstall
🧪Feature 5: Stress / Burn-in Testing
Performs continuous repeated OTA update tests on BLE devices to verify device stability and reliability.
Data involved
Test configuration parameters (test count, interval, etc.), test result statistics (success/failure counts, duration)
Purpose
Batch verification and reliability testing of devices in production or laboratory environments
Method
The user configures test parameters, then the App automatically loops through the OTA process and records results
Scope
Test results are displayed only within this App
Storage location
Kept in memory only; test results are not persisted (the user may proactively save log files)
Cross-border transfer
None; stored locally on the device only
Retention
Released when leaving the test page; user-saved log files can be deleted manually
🔌Feature 6: Automated OTA Testing (Internal Script Testing)
An automated testing feature for production/laboratory environments that accepts scan, search, and update commands from a test script on the local network and returns results.
Data involved
Commands sent by the test script (target device MAC, firmware name, test count, etc.), and returned scan/update results
Purpose
Support automated production testing and batch verification
Method
When the user actively enables it, the App starts a TCP service on the local network (port 50000), accepting commands only from a test script the user actively connects, and returns results
Scope
Communicates only with the local/lan test script the user actively connects; does not actively upload data to any external server
Storage location
Not persisted; commands and results are processed in memory only; interface logs are for display only
Cross-border transfer
None; communication occurs only within the user's local network
Retention
The service is stopped and data released when leaving the page
Required Permissions
| Permission | Purpose | Method | Scope |
| Network (INTERNET / ACCESS_NETWORK_STATE / ACCESS_WIFI_STATE) | Run the internal script-test TCP service, obtain the local IP, and load online pages | System network API | When the user actively uses the automated test feature or browses online pages |
🌐Network Communication Disclosure
This App does not upload or collect any user personal information to any server. For your understanding, the network behaviors that may occur are disclosed as follows:
| Scenario | Network | Description |
| Scanning, connecting, OTA updates, stress testing | No | All performed locally via Bluetooth between the phone and the target device |
| Automated OTA testing (internal script testing) | Yes (LAN) | Only when the user actively enables it, a TCP service runs on the local network to receive/return test commands and results; does not actively access external servers |
| "Instructions" page | Yes (opens system browser) | Tapping "Instructions" opens the online document (docs.qq.com) in the system browser; the App itself does not initiate the network request |
Other than the scenarios above, this App performs no other network communication and does not collect or upload any personal privacy data.
🗂️Storage Period
All data in this App is stored locally on the device. Retention follows these principles:
| Data type | Retention period | Description |
| Bluetooth scan data | Not stored | Kept in memory only; released when leaving the page or stopping the scan |
| Firmware files | Until the user deletes or uninstalls | Temporarily kept solely for the OTA update; no automatic expiration |
| Local settings | Until the user modifies or uninstalls | Retained until modified or deleted by the user; no automatic expiration |
| Update records | Until the user clears or uninstalls | Retained until cleared by the user |
| BLE runtime logs | Until the user clears or uninstalls | For debugging only; recommend clearing promptly after debugging |
| Stress test records | Not persisted (released on exit) | For test verification only |
Retention principle: Since this App does not collect personally identifiable information and data serves only the user's local usage needs, retention is controlled by the user — the user may delete any data at any time, and uninstalling the App clears all data. We do not set automatic expiration for data, because we have no right to, and will not, remotely modify data on your device without your knowledge.
The ultimate means to achieve "storage minimization": uninstall this App, and Android will automatically delete all App-related data.
🤝Sharing of Personal Information with Third Parties
This App does not share any user personal information with any third party. Specifically:
Types of shared personal info
None
Third-party SDK Integration
This App does not integrate any third-party SDKs (including but not limited to analytics, advertising, location, social sharing, crash collection, and payment SDKs). It does not share, transfer, or publicly disclose user data to any third party.
🔒Data Security
All data is stored only on your device. Other than the scenarios described in "Network Communication Disclosure", this App performs no network communication, so there is no risk of personal data being intercepted by a third party during transmission. We recommend protecting local data via Android's device encryption, lock screen passcode, and system security updates.
Sensitive Personal Information
This App does not collect any sensitive personal information. Under China's Personal Information Protection Law, sensitive personal information includes biometric data, religious beliefs, specific identity, medical and health information, financial accounts, location tracking, and the personal information of minors under fourteen. This App processes only technical data necessary for Bluetooth firmware updates (BLE device MAC address, firmware version, device settings, communication logs), none of which falls into the category of sensitive personal information.
This App does not involve photo capture, audio recording, screen recording, or location tracking, and does not request permissions for camera, microphone, contacts, or photo library (location permission is required only for scanning BLE devices on Android 6–11; this App does not read or use your location information).
This App does not perform any data mining, user profiling, or behavioral analysis, integrates no analytics or statistics SDK, and does not collect device identifiers (IMEI / Android ID / MAC, etc.).
Children's Privacy
This App is a professional firmware update tool for engineering and technical staff. It is not intended for children under 13, and it does not knowingly collect children's personal information.
Policy Changes
When the purpose, method, or scope of personal information processing changes, we will update this Privacy Policy in a timely manner and notify you as follows:
- Updating the content in the App's "About" → "Privacy Policy" page and marking the new effective date at the top of the page;
- For major changes (such as new types of data collection or changes in data usage), we will remind you in-app via a popup or other prominent means to read the updated Privacy Policy, and re-obtain your consent where necessary.
We recommend reviewing this Privacy Policy regularly to stay informed of the latest personal information processing rules.
⚖️Your Rights
As a data subject, you have the following rights. Given that this App does not collect personally identifiable information, the exercise of some rights is described as follows:
1. Right to access and view
You can directly view all locally stored data within the App:
- Update records: shown on the "Settings" → "View Update Records" page
- Runtime logs: via "Show Log / Hide Log" on the update page
2. Right to copy
This App does not collect personally identifiable information, so there is no copy of personal information to obtain. If you need update records or log data, you may request them via the contact information below.
3. Right to modify, correct, and supplement
- Local settings: you can modify filter parameters, connection interval, language, and other settings at any time in "Settings"
4. Right to delete
- Update records: clear all records on the "View Update Records" page
- Runtime logs: clear all logs on the log page; delete saved log files via the system file manager
- Firmware files: delete added update files
- Complete removal: uninstall this App, and Android will automatically clear all App data
5. Right to data portability
All data in this App is stored locally on the device. If you need to export data, you may request it via the contact information below, and we will assist you.
6. Right to withdraw consent
- Bluetooth / nearby-devices permission: disable this App's permissions in Android "Settings" → "Apps" → "PhyOTA" → "Permissions"
- Stop using: you may stop using this App at any time without any additional action
7. Right to delete your account
This App has no registration/login system and no account system, so this item is not applicable.
8. Right to refuse data processing
You may stop using this App at any time. Since all data is stored locally, stopping use means no new data processing activities.
9. Right to request an explanation of processing rules
This Privacy Policy lists the data processing rules for each business function item by item. You may also request an explanation of our personal information processing rules via the contact information below.
10. Right to complain
If you believe our processing of your personal information violates relevant laws and regulations, you may file a complaint via the contact information below, and we will respond within 15 working days. You also have the right to file a complaint with the relevant regulatory authority.
📞Contact Us
If you have any questions or concerns about this Privacy Policy, please contact us:
DeveloperChen Shuangchao
CompanyPHYPLUS MICROELECTRONICS LIMITED
Phone021-58990018
Address4F, Building 23, Lane 676, Wuxing Road, Pudong New Area, Shanghai, China
This App does not collect any personal privacy data. All data is stored locally on the device. Except for the LAN testing and online page loading described in this policy, there is no network transmission and no cross-border transfer of personal data.