OSDN Git Service

invert default portrait orientation so that it is more natural to the way the tablet...
authorStefan Seidel <android@stefanseidel.info>
Thu, 2 Feb 2012 09:22:08 +0000 (10:22 +0100)
committerStefan Seidel <android@stefanseidel.info>
Thu, 2 Feb 2012 09:22:08 +0000 (10:22 +0100)
overlays/frameworks/base/core/res/res/values/config.xml [new file with mode: 0644]
overlays/frameworks/base/packages/SettingsProvider/res/values/defaults.xml [new file with mode: 0644]

diff --git a/overlays/frameworks/base/core/res/res/values/config.xml b/overlays/frameworks/base/core/res/res/values/config.xml
new file mode 100644 (file)
index 0000000..1c7de2e
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <bool name="config_reverseDefaultRotation">true</bool>
+    <integer name="config_lidOpenRotation">270</integer>
+</resources>
\ No newline at end of file
diff --git a/overlays/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlays/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
new file mode 100644 (file)
index 0000000..cc91790
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 2011, The Android-x86 Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+<resources>
+    <bool name="def_install_non_market_apps">true</bool>
+</resources>