-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/wacko1805/Pixelfy-Launcher …
…into main
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
# Pixelfy Launcher | ||
|
||
Android 11 only! | ||
|
||
Magisk Module to get the Android 11 Launcher on unnsupported devices/roms. | ||
|
||
* This is a beta. Most things work, but if you find any issues, please report them under the "issues" tab | ||
|
||
## Requirements: | ||
|
||
* Magisk 18 or higher | ||
* Android 11 only | ||
|
||
## Installation: | ||
|
||
1. Flash the module in Magisk or TWRP | ||
2. Reboot | ||
3. Set defualt launcher a Pixel Launcher | ||
4. Reboot again | ||
|
||
## Sources: | ||
|
||
* [Magisk](https://github.com/topjohnwu/Magisk) by [topjohnwu](https://github.com/topjohnwu) | ||
* [Module Template](https://github.com/gedoor/magisk-module-template) by [gedoor](https://github.com/gedoor) |