android13/device/google/cuttlefish/shared/overlays/SettingsProvider/AndroidManifest.xml

12 lines
332 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.providers.settings.cuttlefish.overlay">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.providers.settings"
android:isStatic="true"
android:priority="1"
/>
</manifest>