You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USER_SENSITIVE_WHEN_GRANTED and USER_SENSITIVE_WHEN_DENIED: These flags mean that the permission is considered sensitive and that Android recognizes that granting or denying this permission allows the app to perform sensitive actions, like making phone calls. Because of this, Android might show a confirmation dialog or warning to the user when this permission is used.
Android classifies this type of permission as sensitive because an app could make phone calls without direct user intervention. This could lead to unwanted charges or unauthorized activity if a malicious app has access to this permission.
The flags "USER_SENSITIVE_WHEN_GRANTED" and USER_SENSITIVE_WHEN_DENIED indicate that Android may show warning notifications or ask for user confirmation when the permission is being used. This is a security mechanism to protect the user.
Possible restrictions: Even though the permission is granted, system restrictions (such as background execution policies or background activity restrictions in newer versions of Android) may limit Termux's ability to make calls from the background or without user intervention.
If you're experiencing issues, check the app's visibility on screen and Android's background execution policies, as they might be blocking the phone call action from running without user intervention.
So I tried to call with termux app open in the phone screen and finally it made the call.
How could I fix it?, am I doing something wrong?, I want to make calls using my PC speaker and mic, is it possible even?
Thanks for the support.
The text was updated successfully, but these errors were encountered:
Problem description
I couldn't make calls and checked the logcat:
chatgpt said it was runing in the background and it may be the reason, and that I had to grant permission to access CALL_PHONE then I did:
checked the permissions and received:
android.permission.CALL_PHONE: granted=true, flags=[ USER_SET|USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED]
Chatgpt said:
So I tried to call with termux app open in the phone screen and finally it made the call.
How could I fix it?, am I doing something wrong?, I want to make calls using my PC speaker and mic, is it possible even?
Thanks for the support.
The text was updated successfully, but these errors were encountered: