In my android app i have button, it appears only when developer menu is enabled by user. This button uses intet to open developer menu (Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS). It was working fine with any vendorandroid version but recently i disovered that this button does’t open developer menu on samsung with One UI 6.1 + Android 14 (SM A346E), it shows toast with text “Turn on Developer options first” (ofcourse it already turned on).
I tryed similar apps with button to dev menu (like Shizuku) on that device result was same, so problem is not in my code.
Looks like this behevior is a new samsung security feature.If anyone has encountered this problem and found a solution, please share.