Hack to show menu key on Galaxy Nexus
This is definitely not the best fix. ;-)
This commit is contained in:
parent
db4215593b
commit
de0f4a9b7a
@ -158,6 +158,7 @@ public class PlaybackActivity extends Activity
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
|
||||
else
|
||||
window.clearFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
|
||||
window.addFlags(0x08000000); // show menu key on ICS
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user