# 定位授权

> 管理应用定位权限授权

此功能主要用于解决哪吒 L 系列车型在长时间下电后，第三方地图应用（如高德、百度地图）无法搜索到卫星定位的问题。

## 功能入口

* **入口**: 首页 -> 实用工具 -> 定位授权
* **图标**: 定位图标

## 功能介绍

在车辆休眠唤醒后，系统可能会限制第三方应用的定位权限，导致导航无法定位。本功能通过自动化手段重新授予权限，确保导航正常工作。

## 设置项说明

### 1. 屏幕唤醒自动定位

* **开关**: 开启后，当屏幕点亮（唤醒）时，应用会自动执行定位修复操作。
* **亮屏唤醒延迟**:
  * **作用**: 设置屏幕点亮后等待多少秒再执行修复。
  * **设置建议**: 建议设置 5-10 秒，避免系统刚启动时负载过高导致修复失败。范围支持 0-120 秒。

### 2. GPS信号丢失自动定位

* **开关**: 开启后，应用将在后台持续监测 GPS 信号。如果发现信号丢失，会自动尝试恢复定位权限。

### 3. 展示定位修复提示

* **开关**: 开启后，当定位修复成功时，会在屏幕顶部（灵动岛区域）显示一条提示信息，告知您定位权限已恢复。

### 4. 重启定位功能 (手动)

* **按钮**: 点击“重启定位功能”按钮，将立即执行一次定位修复操作。
* **适用场景**: 当您发现导航无法定位，且自动修复未生效时，可以使用此功能手动修复。


---

# Agent Instructions: 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://zero-7.gitbook.io/netamade/ne-zha-mei-shi/che-liang-gong-neng/ding-wei-shou-quan.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.
