Is there an Xposed module that prevents access to apps? - Nexus 5 Q&A, Help & Troubleshooting

I want to prevent certain apps from being launched on my phone unless a pattern-lock is entered.
I've tried various solutions from the Play Store, but they're all clumsy, ugly and/or don't work properly (the most common issue is the 'protected app' is shown on the screen for 300ms or so, before the 'lock/protecting app' kicks in and draws the pattern-entry screen on top of it).
I'm sure there must be a simple Xposed solution for this?

https://play.google.com/store/apps/details?id=com.sp.protector.free
Have you tried this? Seems to be exactly what you're looking for

Pain-N-Panic said:
https://play.google.com/store/apps/details?id=com.sp.protector.free
Have you tried this? Seems to be exactly what you're looking for
Click to expand...
Click to collapse
Yes, it has the same problem that most of them have, ie. there is a delay between the 'protected app' launching, and the time when App Lock kicks in - meaning the supposedly protected app is visible for a fraction of a second. That's not good enough.

Tasker has a keylock function like what you've described. Just gave it a try and seems to work pretty well. The app you are trying to launch does actually show up for a split second before the lock screen shows up on top (you can select whether it's in an overlay window or full screen). You then need to enter the code to go back to the app. Couldn't find any obvious way to bypass it. It doesn't have a maximum attempt option, though so you probably want a reasonably long PIN. If you disable the cancel button (that will send you back to home screen) then the whole phone will be locked until you enter the code (or reboot).
If you have Tasker or plan to try it, the task is called "Lock" under "Display". You'll have to assign it to an "App" profile so it's automatically triggered when you launch the app.

tmagritte said:
Tasker has a keylock function like what you've described. Just gave it a try and seems to work pretty well. The app you are trying to launch does actually show up for a split second before the lock screen shows up on top .
Click to expand...
Click to collapse
This is what I'm trying to avoid. Every 'app lock' app I've tried has this problem.

setspeed said:
This is what I'm trying to avoid. Every 'app lock' app I've tried has this problem.
Click to expand...
Click to collapse
Sorry, I misunderstood your original post. I thought the lockscreen app was showing up not the app you're trying to protect. So tasker won't be any better.
---------- Post added at 08:25 AM ---------- Previous post was at 08:17 AM ----------
One other thing you could try is enabling multiple users and set up restrictions on one account to disable those applications all together. Never tried this feature so don't know how easy that would be.

tmagritte said:
Sorry, I misunderstood your original post. I thought the lockscreen app was showing up not the app you're trying to protect. So tasker won't be any better.
---------- Post added at 08:25 AM ---------- Previous post was at 08:17 AM ----------
One other thing you could try is enabling multiple users and set up restrictions on one account to disable those applications all together. Never tried this feature so don't know how easy that would be.
Click to expand...
Click to collapse
That's an interesting solution, but I don't think it's workable for me.
I'm essentially a lazy person and hence I have no pattern/pin security on my phone for day to day use - it's just too much hassle. What I'm trying to achieve is:
1: an interim security measure for certain apps/media/docs if I lose the phone, until I can send a remote "kill" signal
2: protection from friends and my nephew (who I often hand the phone to) from launching certain apps.
Logging in and out of different profiles is way too much work for me whereas a pattern lock on certain apps (which I might use 10 times a day perhaps) is less of a chore.

Related

[HACK] Remove WiFi reminder

IF YOU WANT ANYTHING ADDED JUST PM ME AND I WILL ADD IT AND GIVE CREDIT WHERE CREDIT IS DUE. THANKS!
This will remove that annoying little Wifi Reminder. I have tested this on my phone with 0 issues.
•You will need root
•You will a SQLite editor
1.Open Settings Storage > db > secure
2.Search for “wifi_networks_available_notification_on” (different providers will be different line numbers)
3.Edit that record to read a value of 0 < (that's a ZERO)
4.Reboot your phone
How to remove WIFI Popup Notification:
Open anycut.
Click 'new shortcut'
Click 'activity'
Click 'HiddenMenuWifiOffload'
use new home screen shortcut to turn it off
Thanks to tillithz
for some reason this did not work for me...
I am testing a kernel so that could be the cause. my phone booted kinda wired restarted like 3 times. one of those into the recovery.
after it came back up i went into the market and i got that dumb notice that wifi is available.
so I checked the settings, and it still said 0...
but again i think is cause of the custom kernel so that this with a grain of salt.
Only the "Any Cut" shortcut workaround works for me.
Sent from my SCH-I535 using Tapatalk 2
cshort0982 said:
This will remove that annoying little Wifi Reminder. I have tested this on my phone with 0 issues.
•You will need root
•You will a SQLite editor
1.Open Settings Storage > db > secure
2.Search for “wifi_networks_available_notification_on” (different providers will be different line numbers)
3.Edit that record to read a value of 0 < (that's a ZERO)
4.Reboot your phone\
Original Thread: http://www.s3forums.com/forum/galaxy-s3-hacking-mods/874-hack-remove-wifi-reminder.html
Click to expand...
Click to collapse
You may want to add a link to the free SQLite Editor here http://code.google.com/p/xdroidx/downloads/detail?name=SQLite Editor-9.apk
Also Update your post to say this only takes care of the notification not the WiFi pop-up. To eliminate the WiFi pop-up when opening apps you need to use any cut or similar to create a link to " hiddenmenuwifioffloading" and then disable it.
---------- Post added at 01:04 PM ---------- Previous post was at 01:01 PM ----------
xgunther said:
Only the "Any Cut" shortcut workaround works for me.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
That is because that eliminates the pop-up!
The op is talking about the constant notification under "ongoing" in the notification pull down. They are two separate things and require two method to eliminate.
[email protected] said:
You may want to add a link to the free SQLite Editor here http://code.google.com/p/xdroidx/downloads/detail?name=SQLite Editor-9.apk
Also Update your post to say this only takes care of the notification not the WiFi pop-up. To eliminate the WiFi pop-up when opening apps you need to use any cut or similar to create a link to " hiddenmenuwifioffloading" and then disable it.
---------- Post added at 01:04 PM ---------- Previous post was at 01:01 PM ----------
That is because that eliminates the pop-up!
The op is talking about the constant notification under "ongoing" in the notification pull down. They are two separate things and require two method to eliminate.
Click to expand...
Click to collapse
Thanks mate, was driving me bonkers having that pop up.
Sent from my SCH-I535 using xda premium
[email protected] said:
you may want to add a link to the free sqlite editor here http://code.google.com/p/xdroidx/downloads/detail?name=sqlite editor-9.apk
Click to expand...
Click to collapse
thank you so much!
I'm not sure if this belongs in Development or in Q&A, but regardless, this tutorial needs to be somewhere, as everyone asks about this constantly.
Also, OP, I would suggest updating your post to have the methods of removing both the ongoing notification and the pop-up, so we can help people get rid of Verizon's nonsense.
I'm all for responsible use of data, but spamming us with a pop-up on every app launch is not the way to handle things.
Can we get a walk through on how to disable the popup notification? the anycut method
SCato said:
Can we get a walk through on how to disable the popup notification? the anycut method
Click to expand...
Click to collapse
In your launcher, add a shortcut via the standard long-press method. For the shortcut's target, select Any Cut.
From here you will have four options. Select "Activity". From here, scroll down to the "H" area (they're alphabetized) until you find a value called "HiddenMenuWifiOffload" and select it.
Then, open your new shortcut from your launcher. Select "Disable" and press "Okay" at the bottom, then you can use Back or Home to exit out.
You may need to restart for this to take effect (not sure), but this should disable the pop-up when launching apps.
SCato said:
Can we get a walk through on how to disable the popup notification? the anycut method
Click to expand...
Click to collapse
Open anycut.
Click 'new shortcut'
Click 'activity'
Click 'HiddenMenuWifiOffload'
use new home screen shortcut to turn it off
Also, anycut is no longer available in the play store. I've attached the apk for anyone who needs it.
Thanks guys!
anything else I can hack on this thing?
SCato said:
Thanks guys!
anything else I can hack on this thing?
Click to expand...
Click to collapse
The ongoing notification when you have a headset attached can be disabled as well, by freezing the ContextAware application. I froze mine with Titanium Backup, but it's possible you could do it with the stock ICS method.
Thanks for the fixes guys!
Sent from my Verizon Samsung Galaxy S III
ExodusC said:
The ongoing notification when you have a headset attached can be disabled as well, by freezing the ContextAware application. I froze mine with Titanium Backup, but it's possible you could do it with the stock ICS method.
Click to expand...
Click to collapse
How about removing the keyboard notification when you are typing?
SCato said:
How about removing the keyboard notification when you are typing?
Click to expand...
Click to collapse
That one I am not sure on.
I actually like that one being there, as if I have a need to switch input methods, I can do it very easily with it.
ExodusC said:
That one I am not sure on.
I actually like that one being there, as if I have a need to switch input methods, I can do it very easily with it.
Click to expand...
Click to collapse
Ya, that may not be the best idea. AFAIK that is the way in the stock ROM to switch input methods. After I did a factory reset I tried the press and hold on a textbox to get the input selection popup to show and it never would. I figured out whenever I had a cursor in the textbox and the keyboard open that clicking that icon is the same thing.
ExodusC said:
In your launcher, add a shortcut via the standard long-press method. For the shortcut's target, select Any Cut.
From here you will have four options. Select "Activity". From here, scroll down to the "H" area (they're alphabetized) until you find a value called "HiddenMenuWifiOffload" and select it.
Then, open your new shortcut from your launcher. Select "Disable" and press "Okay" at the bottom, then you can use Back or Home to exit out.
You may need to restart for this to take effect (not sure), but this should disable the pop-up when launching apps.
Click to expand...
Click to collapse
Just wanted to report that this does not work unfortunately. I disabled the option via the activity above and restarted, and still get the Wifi notification.
Looks like you really need root for this, and need to update the field in the db per OP.
Edit: sorry just reread and this for pop up not notification sorry for the confusion
Sent from my SCH-I535 using xda app-developers app
Anyway to kill off the GPS crosshairs? Unless GPS is enabled?
Sent from my SCH-I535 using Tapatalk 2
Stam2000 said:
Anyway to kill off the GPS crosshairs? Unless GPS is enabled?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
I thought that was the NFC icon?
Also I was hoping this was a real hack. My understanding is that these just disable the popups. What I hate to think about is that there's processes being used to scan for wifi even when wifi is turned "off". Wifi isn't turned off is the phone pops up telling you wifi is close. This uses battery. No Verizon I don't want to use wifi. I want to use my unlimited data plan you keep f*****g me in the ass to keep. That's the only reason I let you f**k my ass.

[Q] How to change lock screen camera app?

I have searched here and the web for a method to change the lock screen camera app that 4.4 uses.
I initially selected the default 4.4 camera as the lock screen camera to use, and am now regretting that decision...
Has anyone figured out a non-rooted way to change which camera app the lock screen uses?
Can you go into settings, applications, find the camera app and select the remove defaults option? In theory that should allow it to prompt you next time.
If it doesn't work, then the camera app probably has deep integration with the lock screen (usually for security).
Vincent Law said:
Can you go into settings, applications, find the camera app and select the remove defaults option? In theory that should allow it to prompt you next time.
If it doesn't work, then the camera app probably has deep integration with the lock screen (usually for security).
Click to expand...
Click to collapse
Already checked there. "No defaults set." is displayed in the 'LAUNCH BY DEFAULT' section.
pconway said:
I have searched here and the web for a method to change the lock screen camera app that 4.4 uses.
I initially selected the default 4.4 camera as the lock screen camera to use, and am now regretting that decision...
Has anyone figured out a non-rooted way to change which camera app the lock screen uses?
Click to expand...
Click to collapse
I use Widgetlocker, not stock, but had the same issue. What I had to do was go Settings>Apps>Camera and clear defaults. Next time you swipe from the side it will ask which camera app you want to use.
---------- Post added at 01:40 PM ---------- Previous post was at 01:39 PM ----------
velveteen71 said:
I use Widgetlocker, not stock, but had the same issue. What I had to do was go Settings>Apps>Camera and clear defaults. Next time you swipe from the side it will ask which camera app you want to use.
Click to expand...
Click to collapse
Whoops! Started replying, got distracted, came back and finished, posted, then saw that the same thing's been said. Never mind!
Anybody?
Sent from my Nexus 5 using xda app-developers app
Help me, help me please! Don't really want to factory reset.
Sent from my Nexus 5 using xda app-developers app
The method described above works. I've tried this too. Unfortunately after clearing the defaults and trying again I could only choose between the stock app and Focal. I have about 5 more camera apps (was trying out which one I liked most) but none of them showed up as an option. It seems the maker of the camera app you want must use a specific api to make the camera available for the lock screen.

[Q] Disable quick settings in the Lock Screen/Android 5.0

I've noticed that Android 5.0 allows to change many system settings (enable/disable WiFi/BlueTooth/Autorotate/etc) on its Lock Screen without entering any password.
I hate this liberty.
Does anyone have any idea how to disable this feature?
I cannot find anything in settings.
ApTeM said:
I've noticed that Android 5.0 allows to change many system settings (enable/disable WiFi/BlueTooth/Autorotate/etc) on its Lock Screen without entering any password.
I hate this liberty.
Does anyone have any idea how to disable this feature?
I cannot find anything in settings.
Click to expand...
Click to collapse
I too cannot believe this was left as a feature... I was hoping that would be fixed in the final version.
Bump.
This is actually a security issue.
ApTeM said:
Bump.
This is actually a security issue.
Click to expand...
Click to collapse
I agree but there's nothing in android. 3rd party lock screen is the only way.
a fix for this would be good, as anyone can just pick up your phone and change any of the quick settings without unlocking it.
So you would not be able to track the phone if it got nicked and someone just stuck it in airplane mode!
cluster78 said:
a fix for this would be good, as anyone can just pick up your phone and change any of the quick settings without unlocking it.
So you would not be able to track the phone if it got nicked and someone just stuck it in airplane mode!
Click to expand...
Click to collapse
does it matter if airplane mode is in quick settings or the main setting? if they want to steal your phone and put it into airplane mode, they will do it regardless if its in quick settings or the main settings. its stuff that you yourself use often that will appear in quick settings. i personally think its a great feature.
simms22 said:
does it matter if airplane mode is in quick settings or the main setting? if they want to steal your phone and put it into airplane mode, they will do it regardless if its in quick settings or the main settings. its stuff that you yourself use often that will appear in quick settings. i personally think its a great feature.
Click to expand...
Click to collapse
But they should not be able to do it while the phone is locked. At very least we should have the option of what should be accessible without unlocking the phone.
cluster78 said:
But they should not be able to do it while the phone is locked. At very least we should have the option of what should be accessible without unlocking the phone.
Click to expand...
Click to collapse
even if they were not in the quick settings, you can still pull down the notification bar while in the lockscreen, and go into the main settings. so, everything there is available to any thief.
simms22 said:
even if they were not in the quick settings, you can still pull down the notification bar while in the lockscreen, and go into the main settings. so, everything there is available to any thief.
Click to expand...
Click to collapse
If i do that it prompts to unlock the phone
Heck, I'm not even worried about the security situation with this, I just want to disable it because I think it is extremely poorly executed!
It offers nothing that power toggles doesn't, and is not even configurable for what options are present. I never use auto-rotate, cast screen, invert colors, etc, and yet, those options are available instantly!
cluster78 said:
a fix for this would be good, as anyone can just pick up your phone and change any of the quick settings without unlocking it.
So you would not be able to track the phone if it got nicked and someone just stuck it in airplane mode!
Click to expand...
Click to collapse
They can also just remove the sim card or turn it off.
What I am looking for, is for the only possible thing you can do, while the phone is locked, is enter the password. Is there a way to set that up? Not be able to toggle any settings at all or remove the quick settings(I am ok with the emergency calling and camera widget, since you can't access the pictures on the phone until entering the password). I know they could still remove the sim or power off the phone but at least it might buy some more time if your phone gets stolen for you to track it or snap a pic of the thief. It would be nice if you could also disable the power menu and volume buttons while on the lock screen.
For now, until other solution is found or developed, you can go to notification settings and in 'When device is locked' change the setting to 'Hide sensitive notification content'. This disables access to quick settings from the lock screen but also hides titles of notifications, so you will see the notifications for emails, texts etc., but their content will be hidden.
This doesn't work. Well, if you have root and xposed you can install "Advanced Power Menu" to control the power menu on lockscreen etc and with GravityBox you can control the items on the quick settings. But I still couldn't figure out a way to totally disable it on the lockscreen.
As I remember the "X posed" Module "Notification Mod" could do exactly this. Problem is: It seems that development is discontinued and the stable ver1.2 doesn't (on my lollipop custom rom) work on 5.x
http://forum.xda-developers.com/xposed/modules/mod-notification-mod-t2501926/page23#post62958859
I am seeing this in my new Samsung S7 edge... with finger print and password lock.... it is not there on S5 with finger print and password lock... its a silly feature... why would they turn it on ? My son just put my phone in airplane mode accidentaly.... and I kept wondering why no messages and calls for the whole weekend.... hate to think what it would be like if it happened to someone who was say, on a on-call emergency personnel or something like that.... no one would be able to reach out to them.... I guess now have to keep checking my phone every hour.... hahahaha... or maybe go back to using my S5.. if someone has a solution to this pls share... appreciate it.
No way to disable access to quiick settings on lock screen on unrooted Android M....
Try the Market anyway,
One solution for me on Android 6.01 was to disable WiFi, Bluetooth, Airplane Mode, Mobile Data from Quick Settings using Systen UI Tuner in Settings then downloaded Settings Extended app at the Market and moved all mentioned in SE's Notification Shortcut. Don't forget to enable "HIDE LOCK SCREEN NOTIFICATION" in Preferences which is the objective of all this anyway. So don't forget to click this.
You can even disable everything in Quick Settings and instead put them all in SE Notification as Shortcuts. What's great about SE is that its Notification gets the icon color/shade/background color/color when toggled etc. perfectly in Android 6. Exactly the same. It looks like its really part of the Notification Screen except that there's that horizontal gap that separates the notifications and makes the screen fiddle faddle.
Try it anyway. It might be your only hope against lock screen vulnerability in unrooted Android 6.0 phones.
m1969 said:
I am seeing this in my new Samsung S7 edge... with finger print and password lock.... it is not there on S5 with finger print and password lock... its a silly feature... why would they turn it on ? My son just put my phone in airplane mode accidentaly.... and I kept wondering why no messages and calls for the whole weekend.... hate to think what it would be like if it happened to someone who was say, on a on-call emergency personnel or something like that.... no one would be able to reach out to them.... I guess now have to keep checking my phone every hour.... hahahaha... or maybe go back to using my S5.. if someone has a solution to this pls share... appreciate it.
Click to expand...
Click to collapse
I have the same problem with my S7. Its weird that you cant change the wifi or bluetooth without unlocking the phone but when you select mobile data or airplane mode you can turn that off from the lockscreen so when your phone gets stolen, the thief can so easy turn that off that there is no way to trace your phone. Why do they even call this a smart phone while its so dumb?
ApTeM said:
I've noticed that Android 5.0 allows to change many system settings (enable/disable WiFi/BlueTooth/Autorotate/etc) on its Lock Screen without entering any password.
I hate this liberty.
Does anyone have any idea how to disable this feature?
I cannot find anything in settings.
Click to expand...
Click to collapse
I must apologise first, I’m not a nerdy-head about android, but I was thinking about my new phone (upgraded to A7) and your question is one that I sought out for answers.
In Nougat, I logged in as Guest and used a pin for the user so that a ‘guest’ can’t access the Guest account without my permission.
Then comes you’re question.
You can remove all the worrisome quick start icons from your quick settings (probably leave flashlight). Then use a 3rd party app (Notification Toggle is mine) which isn’t available to a user from a protected login.
As I’ve never had a lollypop viable phone I’m afraid another user might need to help you with a more detailed method for A5.
Hope it helps somewhat. As an old 8080 machine code programmer, it was always about solving problems and then working the bugs out. I'm not even sure how to post on these - socially thingy’s.
This issue it's still there in Nougat, so before it is passed on to Android O, we have to POPULARIZE this issue so they(Android developers) know how big of a pain in the ass it is. I'm posting the complaints to every forum, magazine, fan page, etc. When it's on the social media, they have to do something. This issue has survived because people don't want their friends to know about it, coz it's partly embarrassing...

[Q] Smart lock battery drain

Can anyone confirm that Smart Lock trusted face feature causes battery drain?
I'd imagine it would use at least some due to the fact it polls the camera to see your face and then runs some sort of algorithm to determine if it's your face or not. Can't comment on how much, though. I imagine that would only happen when you first wake the phone, so I'd assume not that much at all.
It certainly is a drain on my time and enjoyment of using the phone because it is a crapshoot on it working. And I still have to swipe to open the phone even if it does recognize me.
and using as smart lock the BT or WIFI places causes battery drain???
tnx
Cirkustanz said:
It certainly is a drain on my time and enjoyment of using the phone because it is a crapshoot on it working. And I still have to swipe to open the phone even if it does recognize me.
Click to expand...
Click to collapse
Have you used the "improve match" feature? I've done it 5 or 6 times with all different types of lighting and now it works pretty much every time. Also, it's not meant to unlock your phone like the old face unlock did. This time around it is just used to bypass the pin or pattern lock, just like a trusted device or place. I actually prefer it this way.
Sent from my iPhone 6 using Tapatalk
_MetalHead_ said:
Have you used the "improve match" feature? I've done it 5 or 6 times with all different types of lighting and now it works pretty much every time. Also, it's not meant to unlock your phone like the old face unlock did. This time around it is just used to bypass the pin or pattern lock, just like a trusted device or place. I actually prefer it this way.
Sent from my iPhone 6 using Tapatalk
Click to expand...
Click to collapse
Yes I have, multiple times. It doesn't work in low light of course, because the camera can't pick anything up, it is all black...as you would expect. It doesn't work at non perfect angles, and like I mentioned...in my opinion I much preferred the ability to use being connected to my wifi to disable the lock screen altogether.
Lock screen notifications are fine, but in Kitkat if I wanted them...all I needed to do was dash clock. And more importantly, it was HARDER to accidently clear them because you had to swipe to even see them. In Lollipop, the second your pants accidently turn the power button on...it can clear a notification.
I'm really thinking about going back to Kitkat.
ironia. said:
and using as smart lock the BT or WIFI places causes battery drain???
tnx
Click to expand...
Click to collapse
There is no WiFi smart lock. I really wish there was. Only Bluetooth, but the location one definitely is a noticeable drain for me. I'm not sure about the BT battery usage. I finally just disabled pin for now until I can figure it out. I wish they offered WiFi smart lock. That and Bluetooth is what I used in kitkat and had no noticeable drain.
frigidazzi said:
There is no WiFi smart lock. I really wish there was. Only Bluetooth, but the location one definitely is a noticeable drain for me. I'm not sure about the BT battery usage. I finally just disabled pin for now until I can figure it out. I wish they offered WiFi smart lock. That and Bluetooth is what I used in kitkat and had no noticeable drain.
Click to expand...
Click to collapse
Can be done with tasker if you have root
It could be done in Tasker using Secure Settings however Secure Settings isn't 100% compatible with Lollipop yet. I had this setup so when I was connected to my home WiFi, all I had to do was swipe to unlock. Not connected would prompt me for my pin. Worked 100% and no noticeable drain on battery.
daystrom said:
It could be done in Tasker using Secure Settings however Secure Settings isn't 100% compatible with Lollipop yet
Click to expand...
Click to collapse
In Secure settings, go to Spanner > Pattern unlock method > Lock Settings (experimental)
Works much better. Only "issue" I have found is first time I turn on the screen after connecting to my wifi, it pormpts for pattern but wont unlock. Turn screen off and on again and its fine,
Last time I tried it with tasker and secure settings I had very mixed results, but I'll hover it a go again and see how it goes. Do you guy's use tasker to unlock with bt also? Or just use smart unlock for bt?
---------- Post added at 06:51 AM ---------- Previous post was at 06:36 AM ----------
I just tried it and it doesn't disable anything. Even just pressing the play button to disable pin. Guess I'll have to wait.
rootSU,
Thanks, I will try that.
frigidazzi said:
Last time I tried it with tasker and secure settings I had very mixed results, but I'll hover it a go again and see how it goes. Do you guy's use tasker to unlock with bt also? Or just use smart unlock for bt?
---------- Post added at 06:51 AM ---------- Previous post was at 06:36 AM ----------
I just tried it and it doesn't disable anything. Even just pressing the play button to disable pin. Guess I'll have to wait.
Click to expand...
Click to collapse
I can't talk about PIN. I only use pattern. This works well. PIN, no idea,
rootSU said:
I can't talk about PIN. I only use pattern. This works well. PIN, no idea,
Click to expand...
Click to collapse
You're right pattern lock is working perfect so far. Even with bt smart lock, which I guess I could just add in tasker too. Not sure if either uses less battery...
Anyways, thanks for heads up. Didn't realize pattern lock was under root section and pin wasn't. Maybe that's why it works? Pattern it is for me then [emoji2]

Question Trun off additional step after facial recognition?

When I use facial recognition to unlock and app, after my face is recognized, before I can go into the app, I get a screen that is showing a message: "Verified. Tap confirm to continue". I am trying to get rid of that message and avoid the unnecessary extra step to press the confirm button before I can access the app. I am told by an app manufactured that it is a setting on my Samsung S22 Ultra with Android 12. But I am coming from an old Pixel phone and cannot find this setting on my new 22Ultra. Can someone direct me to the setting to turn off that extra step after facial recognition works? Thanks!
Sounds like you've installed some 3rd party app that does this. The default S22 behaviour doesn't show this message.
I can see you asked on other fourms, and they suggested things I was going to say. But it seems like some third party app is either doing this, or enforcing it.
the_scotsman said:
Sounds like you've installed some 3rd party app that does this. The default S22 behaviour doesn't show this message.
I can see you asked on other fourms, and they suggested things I was going to say. But it seems like some third party app is either doing this, or enforcing it.
Click to expand...
Click to collapse
Yes I posted on another forum but no solution there yet, just a few good suggestions that don't work. I don't have any other apps that enforce this behavior though. And I pressed support at RoboForm pretty hard about it and they insist it is not something in their app even though RoboForm is an app that it happens in. I am thinking it is when certain 3rd party apps are opened using face recognition, the Android system does not acknowledge those apps for some reason and pops up the message to do a 2nd confirmation before it will allow the apps to open. Thanks for the reply.
Have you tried unistalling Roboform to test if that fixes it?
I have found a few other apps that call up the exact same message so it is not just Roboform. I did uninstall and reinstall Roboform today for another reason and called up a health record app that does the same thing. It happened in the health app even with Roboform uninstalled.
I think we have determined that it is a system message. An app may call it up or trigger it when using face recognition but it is not generated by the app itself. If we knew what it was called then it would be easier to track it down. within Android or the Samsung settings. if it is even in the settings somewhere.
Yea, it's likely going to be a system message, that is called by certain apps in certain circumstances. But the only way you'll find it is to remove apps a few at a time until it stops appearing.
I get the same message and have looked everywhere for a setting. It doesn't exist. Pretty stupid behavior for sure.
Is there a solution? I have the same thing with Microsoft apps. So stupid..
Try: Settings, Biometrics and Security, Face Recognition, And untick: Stay on lockscreen until swipe.
For me, double tapping the screen or using the power button to wake the phone, triggers the face unlock which then quickly unlocks the phone with no other input.
Is this just one app, or all apps?

Categories

Resources