diff options
author | Michael Jurka <mikejurka@google.com> | 2010-08-16 20:48:05 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-08-16 20:53:10 -0700 |
commit | b2c838c2ebe8c05a5c031e6b202cb192f238ac38 (patch) | |
tree | be39210f6e3df2da72efb3f6e8529a4422652e5e /src | |
parent | 80baf5a6b3c62a62265f626d43d1167783c94131 (diff) | |
download | packages_apps_trebuchet-b2c838c2ebe8c05a5c031e6b202cb192f238ac38.zip packages_apps_trebuchet-b2c838c2ebe8c05a5c031e6b202cb192f238ac38.tar.gz packages_apps_trebuchet-b2c838c2ebe8c05a5c031e6b202cb192f238ac38.tar.bz2 |
removed the temp screen rotation button
Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/launcher2/Launcher.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java index 41f9e7d..4378af1 100644 --- a/src/com/android/launcher2/Launcher.java +++ b/src/com/android/launcher2/Launcher.java @@ -1679,19 +1679,6 @@ public final class Launcher extends Activity } /** - * Temporary: to allow us to test rotation in the launcher. - * - * @param v The view that was clicked. - */ - public void onClickRotateButton(View v) { - // TODO: this method is temporary. Remove it. - setRequestedOrientation( - (getRequestedOrientation() == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT) - ? ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE - : ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); - } - - /** * Event handler for the "grid" button that appears on the home screen, which * enters all apps mode. * |