I\'m trying to make a custom lock screen app, but I\'m not sure if I\'m going about it the right way. I have a broadcast receiver that listens to when the screen is turned
Turn your app into a home screen replacement app and when the user successfully unlocks the custom lock screen you can take them to the default home app.
You can find more info in this question and these questions.