The people at the Samsung App Store have a problem with disabling the lockscreen on their apps.
So when I have these 2 permissions enabled:
<uses-permission android:name="android.permission.WAKE_LOCK" /> | |
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> |
it makes sure the application does not dim the screen, however it also disables the lockscreen of course.
Is there no way to make sure the screen does not dim while still having the lockscreen enabled?
SInce Samsung rejects apps for this...