概述:
Hotseat是位于Android系统屏幕最下方的一种布局,会放置一些常用的APP,但是在定制开发中,会将其取消以达到全屏的效果。本文将讲述Android定制需求开发中移除Hotseat的几种方法。
方法一:
移除Hotseat中的APP
博主当前SDK中,桌面布局采用6x5,对应源码中同样预置了6款app
system/vendor/mediatek/proprietary/packages/apps/Launcher3/res/xml/default_workspace_6x5.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 The Android Open Source Project
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
Unle