Enable Tips icon on sunfish devices
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
This commit is contained in:
committed by
Jyhshiang Wang
parent
abaf36f8d8
commit
eaac0bfa3b
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user