am 398de894: am 981258e5: [FM] Add FM permission to support FM radio app

* commit '398de8943b59b50d79ca75d4e811756a97d180f1':
  [FM] Add FM permission to support FM radio app
This commit is contained in:
Benson Huang
2014-10-02 02:22:30 +00:00
committed by Android Git Automerger
2 changed files with 12 additions and 0 deletions

View File

@@ -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"

View File

@@ -119,6 +119,10 @@
<group gid="audio" />
</permission>
<permission name="android.permission.ACCESS_FM_RADIO" >
<group gid="media" />
</permission>
<!-- ================================================================== -->
<!-- ================================================================== -->
<!-- ================================================================== -->