Skip to content

Commit 507f558

Browse files
author
Jeff Brown
committed
Hide SET_KEYBOARD_LAYOUT permissions.
Bug: 6427036 Change-Id: Idbb442ad8071b2ca4acf247b135c7aba0830cf70
1 parent daf5d89 commit 507f558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/current.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ package android {
103103
field public static final java.lang.String SET_ALWAYS_FINISH = "android.permission.SET_ALWAYS_FINISH";
104104
field public static final java.lang.String SET_ANIMATION_SCALE = "android.permission.SET_ANIMATION_SCALE";
105105
field public static final java.lang.String SET_DEBUG_APP = "android.permission.SET_DEBUG_APP";
106-
field public static final java.lang.String SET_KEYBOARD_LAYOUT = "android.permission.SET_KEYBOARD_LAYOUT";
107106
field public static final java.lang.String SET_ORIENTATION = "android.permission.SET_ORIENTATION";
108107
field public static final java.lang.String SET_POINTER_SPEED = "android.permission.SET_POINTER_SPEED";
109108
field public static final deprecated java.lang.String SET_PREFERRED_APPLICATIONS = "android.permission.SET_PREFERRED_APPLICATIONS";

core/res/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,8 @@
15941594
android:protectionLevel="signature" />
15951595

15961596
<!-- Allows low-level access to setting the keyboard layout.
1597-
Not for use by normal applications. -->
1597+
Not for use by normal applications.
1598+
@hide -->
15981599
<permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
15991600
android:label="@string/permlab_setKeyboardLayout"
16001601
android:description="@string/permdesc_setKeyboardLayout"

0 commit comments

Comments
 (0)