Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 1516af43 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Move EN permission to withNearby flavour

parent ecfe3da3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"
+10 −0
Original line number Diff line number Diff line
<?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>