OSDN Git Service

am a7f07fc3: Merge "Add configuration to allow animations during low power mode....
[android-x86/frameworks-base.git] / core / res / res / values / config.xml
index 12d63be..37247b0 100755 (executable)
 
     <!-- Keyguard component -->
     <string name="config_keyguardComponent" translatable="false">com.android.systemui/com.android.systemui.keyguard.KeyguardService</string>
+
+    <!-- This config is used to force VoiceInteractionService to start on certain low ram devices. -->
+    <bool name="config_forceEnableVoiceInteractionService">false</bool>
+
+    <!-- This config is ued to determine whether animations are allowed in low power mode. -->
+    <bool name="config_allowAnimationsInLowPowerMode">false</bool>
 </resources>