* commit 'cea4f7acb40b495c137e1ac6c9eb57b3ddfa2c34': [FM] Add FM permission to support FM radio app
This commit is contained in:
@@ -1104,6 +1104,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