清空記錄
歷史記錄
取消
清空記錄
歷史記錄
本文介紹瑞芯微RK3566/RK3568在Android11系統(tǒng)下,默認(rèn)屏蔽導(dǎo)航欄/狀態(tài)欄方法,使用觸覺(jué)智能Purple Pi OH鴻蒙開(kāi)發(fā)板演示,搭載了瑞芯微RK3566芯片,類樹(shù)莓派設(shè)計(jì),Laval官方社區(qū)主薦,已適配全新OpenHarmony5.0 Release系統(tǒng),感興趣的小伙伴可以了解下!
源碼修改
源碼修改說(shuō)明:"-"表示需要去掉的內(nèi)容,"+"表示需要添加的內(nèi)容:
修改以下文件,路徑
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml
修改內(nèi)容如下:
@@ -22,6 +22,7 @@ xmlns:systemui="http://schemas.android.com/apk/res-auto" android:layout_height="match_parent" android:layout_width="match_parent"+ android:visibility="gone" android:background="@drawable/system_bar_background">+ android:layout_height="match_parent" + android:visibility="gone"/>
frameworks/base/packages/SystemUI/res/layout/status_bar.xml
,
修改內(nèi)容如下:
@@ -26,6 +26,7 @@ android:id="@+id/status_bar" android:orientation="vertical" android:focusable="false"+ android:visibility="gone" android:descendantFocusability="afterDescendants" android:accessibilityPaneTitle="@string/status_bar" >
# source build/envsetup.sh # lunch 51# make -j4
frameworks/base/packages/SystemUI/res/layout/status_bar.xml
./mkimage.sh
測(cè)試效果
固件燒錄完之后,導(dǎo)航欄和狀態(tài)欄默認(rèn)被屏蔽。
產(chǎn)品購(gòu)買