Updating the default layouts for factory image am: c4ad81bb30
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15424990 Change-Id: I808c76b8955122cd2e962f6bc6821db69e7fbb54
This commit is contained in:
commit
253dc040d2
1 changed files with 31 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||||
|
|
||||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||||
<!-- Dialer, Capacity, ELabel, Language, Barcode -->
|
<!-- Dialer, android test tool, label barcode, battery charge tool, barcode scanner -->
|
||||||
<resolve
|
<resolve
|
||||||
launcher:container="-101"
|
launcher:container="-101"
|
||||||
launcher:screen="0"
|
launcher:screen="0"
|
||||||
|
@ -28,6 +28,36 @@
|
||||||
<favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
|
<favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
|
||||||
</resolve>
|
</resolve>
|
||||||
|
|
||||||
|
<resolve
|
||||||
|
launcher:container="-101"
|
||||||
|
launcher:screen="1"
|
||||||
|
launcher:x="1"
|
||||||
|
launcher:y="0" >
|
||||||
|
<favorite
|
||||||
|
launcher:packageName="com.google_npi.androidtesttool"
|
||||||
|
launcher:className="com.google_npi.androidtesttool.MainActivity" />
|
||||||
|
</resolve>
|
||||||
|
|
||||||
|
<resolve
|
||||||
|
launcher:container="-101"
|
||||||
|
launcher:screen="2"
|
||||||
|
launcher:x="2"
|
||||||
|
launcher:y="0" >
|
||||||
|
<favorite
|
||||||
|
launcher:packageName="com.google_cte.labelbarcode"
|
||||||
|
launcher:className="com.google_cte.labelbarcode.LabelBarcodeMainActivity" />
|
||||||
|
</resolve>
|
||||||
|
|
||||||
|
<resolve
|
||||||
|
launcher:container="-101"
|
||||||
|
launcher:screen="3"
|
||||||
|
launcher:x="3"
|
||||||
|
launcher:y="0" >
|
||||||
|
<favorite
|
||||||
|
launcher:packageName="com.google.batterychargetool"
|
||||||
|
launcher:className="com.google.batterychargetool.MainActivity" />
|
||||||
|
</resolve>
|
||||||
|
|
||||||
<resolve
|
<resolve
|
||||||
launcher:container="-101"
|
launcher:container="-101"
|
||||||
launcher:screen="4"
|
launcher:screen="4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue