Rename special dump properity so we can set it on user builds.

This commit is contained in:
Jason Sams
2009-11-30 11:50:10 -08:00
parent f0be2134e5
commit eb5615d1af
+1 -1
View File
@@ -1321,7 +1321,7 @@ public final class Launcher extends Activity
case KeyEvent.KEYCODE_HOME:
return true;
case KeyEvent.KEYCODE_VOLUME_DOWN:
if (SystemProperties.getInt("launcher2.dumpstate", 0) != 0) {
if (SystemProperties.getInt("debug.launcher2.dumpstate", 0) != 0) {
dumpState();
return true;
}