maxwen | ca08a3a | 2023-11-10 17:14:10 +0100 | [diff] [blame^] | 1 | <?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 |