The new option will only appear if (1) the flag is enabled and (2) DeviceDiagnostics.apk is landed on the device (which it is by default on AOSP). Bug: 309886423 Test: Build AOSP Pixel and launch Settings Change-Id: If01d231664a301ff289d4da61445bf65a7506fdb
11 lines
700 B
XML
11 lines
700 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="960"
|
|
android:viewportHeight="960"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
<path
|
|
android:pathData="M320,760h320v-80L320,680v80ZM320,640h320v-80L320,560v80ZM480,492q66,-60 113,-106.5t47,-97.5q0,-36 -26,-62t-62,-26q-21,0 -40.5,8.5T480,232q-12,-15 -31.5,-23.5T408,200q-36,0 -62,26t-26,62q0,51 45.5,96T480,492ZM720,880L240,880q-33,0 -56.5,-23.5T160,800v-640q0,-33 23.5,-56.5T240,80h480q33,0 56.5,23.5T800,160v640q0,33 -23.5,56.5T720,880ZM240,800h480v-640L240,160v640ZM240,800v-640,640Z"
|
|
android:fillColor="#FFFFFFFF"/>
|
|
</vector>
|