From 59beb723add34ae1d7ab7f2804bacfc48fdc3090 Mon Sep 17 00:00:00 2001 From: Agung Watanabe Date: Mon, 3 Oct 2022 19:21:17 +0700 Subject: [PATCH] Add readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f236ac --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Pixel Launcher Double Tap to Sleep + +An Xposed/LSposed module to enable double tap to sleep functionality on Pixel Launcher. + +Tested on Pixel Launcher 12 (906) on Android 12.1. + +## Requirements +- [LSposed](https://github.com/LSPosed/LSPosed) min. API 93 +- [Magisk](https://github.com/topjohnwu/Magisk) (root) + +## Installation +- Install the module APK (available from [Releases](https://github.com/uragiristereo/Pixel_Launcher_Double_Tap_to_Sleep/releases) page). +- Open `LSposed Manager`, and enable the module. +- Long press on `Pixel Launcher` in the app list, and tap **Force stop**. +- Enjoy! + +*Note: You need to grant superuser access to Pixel Launcher in order to work.* + +## License + Copyright 2022 Agung Watanabe + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.