VancedMicroG/play-services-core/src/withNearby/AndroidManifest.xml

11 lines
378 B
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ SPDX-FileCopyrightText: 2021, microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<permission
android:name="com.google.android.gms.nearby.exposurenotification.EXPOSURE_CALLBACK"
android:protectionLevel="normal" />
</manifest>