blob: 08f4408d694b5b67f4d89c09fb0ea491dae24409 [file] [log] [blame]
maxwenca08a3a2023-11-10 17:14:10 +01001<?xml version="1.0" encoding="utf-8"?>
2
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 package="org.omnirom.overlay.notification">
5
6 <application android:hasCode="false" />
7
8 <overlay
9 android:priority="1"
10 android:targetPackage="android" />
11</manifest>
12