Quote:
Originally Posted by plusz
Thanks, helps a lot.
There is an improper usage of requestWindowFeature(Window.FEATURE_NO_TITLE);
What is the Android version on your device?
Most likely the mentioned method does not work on older or newer android so should be guarded by Build.VERSION.SDK_INT >= xx. I will check the doc.
|
The Android version is 4.2.2, the same as on my Onyx C67 (and ReLaunch works fine there).