【发布时间】:2020-09-02 12:09:33
【问题描述】:
我想在 SafetyNet 验证应用 API 下测试 listHarmfulApps() 的行为,该 API 会获取用户在其设备上安装的任何已知潜在有害应用的列表。
https://developer.android.com/training/safetynet/verify-apps#listing
所以我需要任何潜在有害应用程序 (https://developers.google.com/android/play-protect/potentially-harmful-applications) 的示例来安装和测试行为。
【问题讨论】:
标签: android android-studio security android-developer-api safetynet-api