M MMA004 New Member Oct 25, 2023 #1 Hi everyone I am trying to make an app that will start activity even if the screen is locked with password when a specific text message is received. I'm using service intent filter for sms receiveing and it work fine when phone is on Tank's for any help
Hi everyone I am trying to make an app that will start activity even if the screen is locked with password when a specific text message is received. I'm using service intent filter for sms receiveing and it work fine when phone is on Tank's for any help
Erel B4X founder Staff member Licensed User Longtime User Oct 27, 2023 #2 Starting an activity from the background requires this special permission: https://www.b4x.com/android/forum/threads/draw-on-top-of-other-apps-permission.90513/#content Making an activity show over the lock screen: https://www.b4x.com/android/forum/threads/unlock-password-locked-screen.14870/post-84636 Upvote 0
Starting an activity from the background requires this special permission: https://www.b4x.com/android/forum/threads/draw-on-top-of-other-apps-permission.90513/#content Making an activity show over the lock screen: https://www.b4x.com/android/forum/threads/unlock-password-locked-screen.14870/post-84636