问题标签 [app-secret]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 获取 android 中的完整密码列表
我能够通过 ADB 使用 ADB shell am start -a android.intent.action.MAIN "com.android.settings" 运行一些设置隐藏的应用程序
这些隐藏的应用程序实际上是一些可以通过“密码”运行的活动。由于密码是多种多样的,其中一些也是供应商/设备定义的,有没有办法检索特定设备上可用的每个密码的列表?也许来自清单,通过识别接收者,通过一些 ADB 命令等。
先感谢您!