Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e63049b8 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Adding some missing files.

Change-Id: I991d8bf815a7e57dc1cbad384e15aa21bef0c7c7
parent 53e184d3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1551,6 +1551,13 @@
        android:description="@string/permdesc_bindInputMethod"
        android:protectionLevel="signature" />

        <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
         to ensure that only the system can bind to it. -->
    <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
        android:label="@string/permlab_bindAccessibilityService"
        android:description="@string/permdesc_bindAccessibilityService"
        android:protectionLevel="signature" />

    <!-- Must be required by a TextService (e.g. SpellCheckerService)
         to ensure that only the system can bind to it. -->
    <permission android:name="android.permission.BIND_TEXT_SERVICE"
+6 −0
Original line number Diff line number Diff line
@@ -845,6 +845,12 @@
    <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
        interface of an input method. Should never be needed for normal apps.</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_bindAccessibilityService">bind to an accessibility service</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_bindAccessibilityService">Allows the holder to bind to the top-level
        interface of an accessibility service. Should never be needed for normal apps.</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_bindTextService">bind to a text service</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->