blob: 5b7950a25fbfaa94ec54bfc6c695dc52ee11ae45 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.overlaytest.filtered_app_overlay"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.overlaytest"
android:requiredSystemPropertyName="persist.oem.overlay.test"
android:requiredSystemPropertyValue="foo"
android:priority="3"/>
</manifest>