0

Similar to: Android activity over default lock screen

I want to start the activity before the lock screen appeares at phone startup. I have searched a lot but didn't find a matching post. Can anyone help me?

Community
  • 1
  • 1
SudP
  • 88
  • 1
  • 7

1 Answers1

0

See the source code for the Android core DeskClock app here: http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/2.1_r2/com/android/deskclock/AlarmAlert.java?av=f

The code you want appears to be the Window.addFlags() call on line 81.

Jules
  • 14,841
  • 9
  • 83
  • 130