1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="android.cuttlefish.go_phone.overlay">
3
4    <application android:hasCode="false" />
5
6    <overlay
7      android:targetPackage="android"
8      android:isStatic="true"
9      />
10</manifest>
11