summaryrefslogtreecommitdiff
path: root/apps/Development/src/com/android
diff options
context:
space:
mode:
authorLars Greiss <kufikugel@googlemail.com>2013-12-14 02:58:55 +0100
committerLorDClockaN <davor@losinj.com>2015-09-28 16:32:05 +0200
commit5b11ff692c053dcb59ed60050fe9279e4cc3adba (patch)
tree090fe327fecb100ff113bec8180d0902a76d67a5 /apps/Development/src/com/android
parent6ddd064764deee9968dba06dce8fe791e8e8e150 (diff)
development: TRDS 5.0 (3/4)HEADlp5.1
Change-Id: I33c814d2dac05154e840fb01a7009ad15451234e
Diffstat (limited to 'apps/Development/src/com/android')
-rw-r--r--apps/Development/src/com/android/development/ConfigurationViewer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Development/src/com/android/development/ConfigurationViewer.java b/apps/Development/src/com/android/development/ConfigurationViewer.java
index 034f65a0d..354e6cf10 100644
--- a/apps/Development/src/com/android/development/ConfigurationViewer.java
+++ b/apps/Development/src/com/android/development/ConfigurationViewer.java
@@ -49,6 +49,7 @@ public class ConfigurationViewer extends Activity {
+ "orientation=" + c.orientation + "\n"
+ "screenLayout=0x" + Integer.toHexString(c.screenLayout) + "\n"
+ "touchscreen=" + c.touchscreen + "\n"
+ + "uiThemeMode=" + Integer.toHexString(c.uiThemeMode) + "\n"
+ "uiMode=0x" + Integer.toHexString(c.uiMode) + "\n"
+ "\n"
+ "DisplayMetrics\n"