简体   繁体   English

有谁知道如何在 B4a 中使用 root 访问权限?

[英]Does anyone knows how to use root access in B4a?

Actually, I mean when an app has root permission, all its (dangerous) permissions run without limitation ?实际上,我的意思是当一个应用程序拥有 root 权限时,它的所有(危险)权限都会不受限制地运行?

EG : Call Recorder-Skvalex. EG:呼叫记录器-Skvalex。 I found C codes in This app , Google has blocked or restricted third-party applications from accessing the permissions required for call recording such as:我在此应用中发现了 C 代码,Google 已阻止或限制第三方应用访问通话录音所需的权限,例如:

*android.permission.PROCESS_OUTGOING_CALLS *android.permission.PROCESS_OUTGOING_CALLS

android.permission.READ_CONTACTS* android.permission.READ_CONTACTS*

Also, Audio source (Voice_call) ( not sure!) in android 9 (Pie).此外,android 9 (Pie) 中的音频源 (Voice_call)(不确定!)。

But if device is rooted, this app able to record call perfectly (both side voice).但如果设备已植根,这个应用程序能够完美地记录通话(双方的声音)。

Question is what actually happens?问题是实际发生了什么? In addition, is it possible to publish apps with this kind of permissions in play store anymore ?此外,是否可以在 Play 商店中发布具有此类权限的应用程序?

if the phone is root then maybe you can do these things you want,but after Android 6.0 you should use runtime permissions and also in the market such as PlayStore you should have reason for using this permission.如果手机是root,那么也许你可以做你想做的这些事情,但是在Android 6.0之后你应该使用运行时权限,并且在PlayStore等市场上你应该有使用这个权限的理由。

android.permission.READ_CONTACTS is accessible with runtime permissions without ROOT ! android.permission.READ_CONTACTS 无需 ROOT 即可使用运行时权限访问! good luck.祝你好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM