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

Commit 1e7456ba authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing the build for real.

Change-Id: I792d029c7fff4d96fbe238ff4b3f268cb8603b95
parent e63049b8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -60,8 +60,7 @@ import com.android.internal.os.HandlerCaller;
 * must also specify that it handles the "android.accessibilityservice.AccessibilityService"
 * {@link android.content.Intent}. Failure to declare this intent will cause the system to
 * ignore the accessibility service. Additionally an accessibility service must request
 * {@link android.Manifest.permission#BIND_ACCESSIBILITY_SERVICE
 * android.permission.BIND_ACCESSIBILITY_SERVICE} permission to ensure that only the system
 * "android.permission.BIND_ACCESSIBILITY_SERVICE" permission to ensure that only the system
 * can bind to it. Failure to declare this intent will cause the system to ignore the
 * accessibility service. Following is an example declaration:
 * </p>
+2 −1
Original line number Diff line number Diff line
@@ -1552,7 +1552,8 @@
        android:protectionLevel="signature" />

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