Loading core/res/AndroidManifest.xml +9 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,15 @@ android:label="@string/permlab_accessUsb" android:description="@string/permdesc_accessUsb" /> <!-- Allows an application to access the MTP USB kernel driver. For use only by the device side MTP implementation. @hide --> <permission android:name="android.permission.ACCESS_MTP" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" android:protectionLevel="signatureOrSystem" android:label="@string/permlab_accessMtp" android:description="@string/permdesc_accessMtp" /> <!-- Allows access to hardware peripherals. Intended only for hardware testing --> <permission android:name="android.permission.HARDWARE_TEST" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" Loading core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -1029,6 +1029,11 @@ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessUsb">Allows the application to access USB devices.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_accessMtp">implement MTP protocol</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessMtp">Allows access to the kernel MTP driver to implement the MTP USB protocol.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_hardware_test">test hardware</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> Loading data/etc/platform.xml +4 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,10 @@ <group gid="usb" /> </permission> <permission name="android.permission.ACCESS_MTP" > <group gid="mtp" /> </permission> <!-- The group that /cache belongs to, linked to the permission set on the applications that can access /cache --> <permission name="android.permission.ACCESS_CACHE_FILESYSTEM" > Loading Loading
core/res/AndroidManifest.xml +9 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,15 @@ android:label="@string/permlab_accessUsb" android:description="@string/permdesc_accessUsb" /> <!-- Allows an application to access the MTP USB kernel driver. For use only by the device side MTP implementation. @hide --> <permission android:name="android.permission.ACCESS_MTP" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" android:protectionLevel="signatureOrSystem" android:label="@string/permlab_accessMtp" android:description="@string/permdesc_accessMtp" /> <!-- Allows access to hardware peripherals. Intended only for hardware testing --> <permission android:name="android.permission.HARDWARE_TEST" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" Loading
core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -1029,6 +1029,11 @@ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessUsb">Allows the application to access USB devices.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_accessMtp">implement MTP protocol</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessMtp">Allows access to the kernel MTP driver to implement the MTP USB protocol.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_hardware_test">test hardware</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> Loading
data/etc/platform.xml +4 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,10 @@ <group gid="usb" /> </permission> <permission name="android.permission.ACCESS_MTP" > <group gid="mtp" /> </permission> <!-- The group that /cache belongs to, linked to the permission set on the applications that can access /cache --> <permission name="android.permission.ACCESS_CACHE_FILESYSTEM" > Loading