1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.android.apex.cts.shim"> 4 <!-- APEX does not have classes.dex --> 5 <application android:hasCode="false" /> 6 <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="29"/> 7</manifest> 8 9