Hiya
I recently installed 0255 so I can play with cardboard which is working and fun... Thanks!
but while I found I can use surface.getActivity()... I can't find a fix for the onCreate(bundle) thing.
// keep screen on import android.os.Bundle; import android.view.WindowManager; void onCreate(Bundle bundle) { super.onCreate(bundle); getActivity().getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); }
also needed for Ketai bluetooth