[FM] Add FM permission to support FM radio app
Add FM permission like KK to support FM radio app. Change-Id: Ifb76f63e3136a5f88306903fd28e9abbb01e69c9 Signed-off-by: Benson Huang <benson.huang@mediatek.com> Conflicts: data/etc/platform.xml
This commit is contained in:
committed by
Nicholas Sauer
parent
796d6eced1
commit
981258e5f9
@@ -1088,6 +1088,14 @@
|
||||
android:label="@string/permlab_hardware_test"
|
||||
android:description="@string/permdesc_hardware_test" />
|
||||
|
||||
<!-- @SystemApi Allows access to FM
|
||||
@hide This is not a third-party API (intended for system apps).-->
|
||||
<permission android:name="android.permission.ACCESS_FM_RADIO"
|
||||
android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
|
||||
android:protectionLevel="signature|system"
|
||||
android:label="@string/permlab_fm"
|
||||
android:description="@string/permdesc_fm" />
|
||||
|
||||
<!-- Allows access to configure network interfaces, configure/use IPSec, etc.
|
||||
@hide -->
|
||||
<permission android:name="android.permission.NET_ADMIN"
|
||||
|
||||
@@ -119,6 +119,10 @@
|
||||
<group gid="audio" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.ACCESS_FM_RADIO" >
|
||||
<group gid="media" />
|
||||
</permission>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
|
||||
Reference in New Issue
Block a user