Move EN permission to withNearby flavour

This commit is contained in:
Marvin W 2021-03-11 10:14:29 +01:00
parent ecfe3da3f7
commit 1516af4395
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 10 additions and 4 deletions

View File

@ -57,10 +57,6 @@
android:label="@string/permission_service_writely_label"
android:protectionLevel="dangerous" />
<permission
android:name="com.google.android.gms.nearby.exposurenotification.EXPOSURE_CALLBACK"
android:protectionLevel="normal" />
<permission
android:name="org.microg.gms.STATUS_BROADCAST"
android:label="@string/perm_status_broadcast_label"

View File

@ -0,0 +1,10 @@
<?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>