Skip to content

Commit

Permalink
Enable Tips icon on sunfish devices
Browse files Browse the repository at this point in the history
Because Tips app will enable launcher icon on all Pixel device
except Pixel 3/3a devices, use component-override to configure
sunfish devices to pass PTS test.

Test: PTS
Bug: 161785465
Change-Id: I22f9562fe7fa30bf75efa42812b44854fcd05817
  • Loading branch information
jyhshiangwang committed Dec 11, 2020
1 parent abaf36f commit eaac0bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion component-overrides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
<component-override package="com.android.bluetooth" >
<component class=".sap.SapService" enabled="true" />
</component-override>
</config>
<component-override package="com.google.android.apps.tips" >
<component class=".TipsMain" enabled="true" />
</component-override>
</config>

0 comments on commit eaac0bf

Please sign in to comment.