Enable Tips icon on P21/P22 devices
Because Tips app will enable launcher icon on all Pixel device except Pixel 3/3a devices, use component-override to configure P21/P22 devices to enable Tips launcher icon to pass PTS test. Test: PTS https://android-build.googleplex.com/builds/forrest/run/L16600000870874063 Bug: 186497951 Change-Id: I3294812f93a64b74457faf894e1adca7493159e0
This commit is contained in:
parent
ba22a106b8
commit
eaabbacd4c
1 changed files with 3 additions and 0 deletions
|
@ -17,4 +17,7 @@
|
|||
<component-override package="com.android.bluetooth" >
|
||||
<component class=".sap.SapService" enabled="true" />
|
||||
</component-override>
|
||||
<component-override package="com.google.android.apps.tips" >
|
||||
<component class=".TipsMain" enabled="true" />
|
||||
</component-override>
|
||||
</config>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue