> For the complete documentation index, see [llms.txt](https://faultx.gitbook.io/rn10p-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faultx.gitbook.io/rn10p-docs/extras/modules-and-tips/double-tap-to-lock-screen.md).

# Double Tap To Lock Screen

{% hint style="info" %}
Hanya untuk perangkat dengan pemindai sidik jari di samping (tombol power) dan memiliki fitur kostumisasi gerakan ketuk 2x pada perangkat pemindai sidik jari
{% endhint %}

Tips ini untuk mengaktifkan double tap untuk mengunci layar menggunakan fingerprint scanner. Secara default mungkin pada pengaturan ketuk 2x pada sidik jari tidak menyediakan setelan untuk mengunci layar, namun kita bisa mengaktifkannya.

## Root Device

bisa dengan cara mengaktifkannya melalui aplikasi&#x20;

<a href="https://f-droid.org/en/packages/com.termux/" class="button primary">Termux</a>

dengan memasukan perintah:

{% code title="termux" %}

```
su -c settings put system fingerprint_double_tap go_to_sleep
```

{% endcode %}

## **Non-Root Device**

Membutuhkan bantuan aplikasi

<a href="https://play.google.com/store/apps/details?id=by4a.setedit22&#x26;pcampaignid=web_share" class="button primary" data-icon="google-play">SetEdit</a>

(untuk memudahkan), di tab system pada key `fingerprint_double_tap` masukkan `value go_to_sleep` untuk mengaktikannya.

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/docs/11-Other/img/ss.jpg" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://faultx.gitbook.io/rn10p-docs/extras/modules-and-tips/double-tap-to-lock-screen.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.
