summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 85f791d..11d849b 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -448,6 +448,7 @@
android:label="@string/permlab_recordAudio"
android:description="@string/permdesc_recordAudio" />
+ <!-- @hide -->
<permission android:name="android.permission.RAW_AUDIO"
android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
android:protectionLevel="dangerous"
@@ -467,7 +468,8 @@
android:label="@string/permlab_camera"
android:description="@string/permdesc_camera" />
- <!-- Allows an application to override the power key action -->
+ <!-- Allows an application to override the power key action
+ @hide -->
<permission android:name="android.permission.PREVENT_POWER_KEY"
android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
android:protectionLevel="dangerous"
@@ -1393,6 +1395,12 @@
android:permission="android.permission.BIND_WALLPAPER">
</service>
+ <service android:name="com.authentec.GfxEngineRelayService">
+ <intent-filter>
+ <action android:name="com.authentec.Keyguard" />
+ </intent-filter>
+ </service>
+
<receiver android:name="com.android.server.BootReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />