micky387 | 117c9d7 | 2023-09-22 20:31:18 +0200 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | |||||
3 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
4 | package="com.google.android.gms.omni.overlay"> | ||||
5 | |||||
6 | <application android:hasCode="false" /> | ||||
7 | |||||
8 | <overlay | ||||
9 | android:isStatic="true" | ||||
10 | android:priority="100" | ||||
11 | android:targetPackage="com.google.android.gms" /> | ||||
12 | </manifest> | ||||
13 |