28 lines
686 B
Diff
28 lines
686 B
Diff
From bac5a58fe89892dc3b45631668449f25a4fddc86 Mon Sep 17 00:00:00 2001
|
|
From: Nehemiah of Zebulun <nehemiah-zb@mezimmah.net>
|
|
Date: Fri, 22 Dec 2023 15:44:51 -0500
|
|
Subject: [PATCH] disable navbar for cats22flip
|
|
|
|
Change-Id: I18d3265d2692f52b328004a80bcbd5db18249715
|
|
---
|
|
system.prop | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/system.prop b/system.prop
|
|
index 3dbe6df..c57614e 100644
|
|
--- a/system.prop
|
|
+++ b/system.prop
|
|
@@ -6,7 +6,7 @@ persist.sys.overlay.nightmode=true
|
|
|
|
#Disable debugging strict mode toasts
|
|
persist.sys.strictmode.disable=true
|
|
-persist.sys.phh.mainkeys=0
|
|
+persist.sys.phh.mainkeys=1
|
|
|
|
fw.max_users=10
|
|
persist.sys.max_profiles=10
|
|
--
|
|
2.39.2
|
|
|
|
|