<?xml version="1.0" encoding="utf-8"?>
<!--
  Tiny transparent vector drawable used as a smallIcon placeholder in
  DoScheduledWorkOrderingTest so NotificationManagerCompat.notify() does not
  reject the test notification for missing icon. Only referenced by the
  androidTest APK — never shipped to consumers.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path android:fillColor="#00000000" android:pathData="M0,0h24v24H0z" />
</vector>
