mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-02 16:07:25 +00:00
Move EN permission to withNearby flavour
This commit is contained in:
parent
ecfe3da3f7
commit
1516af4395
2 changed files with 10 additions and 4 deletions
|
@ -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
play-services-core/src/withNearby/AndroidManifest.xml
Normal file
10
play-services-core/src/withNearby/AndroidManifest.xml
Normal 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>
|
Loading…
Reference in a new issue