1
0
Fork 0
forked from len0rd/rockbox

Ignore screen orentiation changes and force portrait mode. We cannot handle it any time soon anyway.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27688 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-08-03 23:23:33 +00:00
parent 5da2304f85
commit f66a233bdb
2 changed files with 4 additions and 2 deletions

View file

@ -97,5 +97,5 @@ public class RockboxActivity extends Activity {
private void LOG(CharSequence text)
{
Log.d("Rockbox", (String) text);
}
}
}