> For the complete documentation index, see [llms.txt](https://guide.yiyujizhang.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.yiyujizhang.cn/other/permissions.md).

# 权限申明 (Android)

## [此手册比较卡，已不再更新，v6.0版本后更换了全新的流畅的使用手册，请更新一羽记账最新版本，查看新手册](https://doc.yiyujizhang.cn/)

## [点击下载一羽记账最新版本](https://www.coolapk.com/apk/kylec.me.lightbookkeeping)

* **【完全的网络访问权限】**：自动检测版本更新、WebDAV备份 - 自动授权
* **【查看网络连接】**：根据当前网络的状态是否可用来判断是否需要执行自动版本更新检测 - 自动授权
* **【查看WLAN链接】**：应用用户分析统计，用于标识一个设备；
* **【读取您的USB存储设备中的内容】**：导入账单数据时读取文件的内容 - 需要手动授权
* **【android.permission.USE\_FINGERPRINT】** 应用安全-指纹识别(低版本Rom) - 自动授权
* **【android.permission.FOREGROUND\_SERVICE】**：桌面小部件(Android8.0及以上) - 自动授权
* **【防止手机休眠】**：桌面小部件(原生需要)、WebDAV备份(后台任务进程，即用即停) - 自动授权
* 【**拍摄照片和视频**】：添加图片备注时，直接使用系统相机拍照 - 需要手动授权

## 隐私问题

在使用过程中，完全无需担心隐私问题。

第一，一羽记账根本没有写文件到非私有目录的权限（除了备份文件的授权目录，如果使用的话）。

第二，一羽记账根本没法读取设备的存储文件（除了导入与导出，主动从文件管理器中选择文件）。

欢迎监督\~🤓


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.yiyujizhang.cn/other/permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
