* commit '19766ff9381a37a55727edbeafa6613777d9bdb2': [FM] Add FM permission to support FM radio app
This commit is contained in:
@@ -1088,6 +1088,14 @@
|
|||||||
android:label="@string/permlab_hardware_test"
|
android:label="@string/permlab_hardware_test"
|
||||||
android:description="@string/permdesc_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.
|
<!-- Allows access to configure network interfaces, configure/use IPSec, etc.
|
||||||
@hide -->
|
@hide -->
|
||||||
<permission android:name="android.permission.NET_ADMIN"
|
<permission android:name="android.permission.NET_ADMIN"
|
||||||
|
|||||||
@@ -119,6 +119,10 @@
|
|||||||
<group gid="audio" />
|
<group gid="audio" />
|
||||||
</permission>
|
</permission>
|
||||||
|
|
||||||
|
<permission name="android.permission.ACCESS_FM_RADIO" >
|
||||||
|
<group gid="media" />
|
||||||
|
</permission>
|
||||||
|
|
||||||
<!-- ================================================================== -->
|
<!-- ================================================================== -->
|
||||||
<!-- ================================================================== -->
|
<!-- ================================================================== -->
|
||||||
<!-- ================================================================== -->
|
<!-- ================================================================== -->
|
||||||
|
|||||||
Reference in New Issue
Block a user