java.lang.Object | ||
↳ | com.google.android.gms.common.api.Response<com.google.android.gms.safetynet.SafetyNetApi.HarmfulAppsResult> | |
↳ | com.google.android.gms.safetynet.SafetyNetApi.HarmfulAppsResponse |
A Response
returned from listHarmfulApps()
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of
HarmfulAppsData that contains information on potentially harmful
apps installed. | |||||||||||
Gets the number of hours since the last scan on other profiles that detected a harmful app.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns a list of HarmfulAppsData
that contains information on potentially harmful
apps installed.
If there are no known potentially harmful apps installed, the List
returned is
empty.
Returns | |
---|---|
List<HarmfulAppsData> |
Gets the number of hours since the last scan on other profiles that detected a harmful app.
This is meant to be called by apps that are typically installed in the work profile and are concerned of harmful apps installed in other profiles. If the calling app is not in the work profile, -1 is always returned. If called from the work profile, and no harmful apps (that could pose a potential threat to the work profile) were detected in other profiles, -1 is returned.
Returns | |
---|---|
int |
Returns | |
---|---|
long |