diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 0f772f1..a83942f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1921,6 +1921,18 @@ android:description="@string/permdesc_filter_events" android:protectionLevel="signature" /> + <!-- @hide Allows an application to retrieve the window token from the accessibility manager. --> + <permission android:name="android.permission.RETRIEVE_WINDOW_TOKEN" + android:label="@string/permlab_retrieveWindowToken" + android:description="@string/permdesc_retrieveWindowToken" + android:protectionLevel="signature" /> + + <!-- @hide Allows an application to collect frame statistics --> + <permission android:name="android.permission.FRAME_STATS" + android:label="@string/permlab_frameStats" + android:description="@string/permdesc_frameStats" + android:protectionLevel="signature" /> + <!-- @hide Allows an application to temporary enable accessibility on the device. --> <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY" android:label="@string/permlab_temporary_enable_accessibility" |