public interface TrustService
Modifier and Type | Method and Description |
---|---|
boolean |
isResident(Application application)
Returns
true if the given application is a resident application,
false otherwise. |
boolean |
isSystemApp(Application application)
Returns
true if the given application is a system application,
false otherwise. |
boolean |
isTrusted(Application application)
Returns
true if the given application is a trusted application,
false otherwise. |
boolean isResident(Application application)
true
if the given application is a resident application,
false
otherwise.application
- the application to test.true
if the given application is a resident application,
false
otherwise.boolean isSystemApp(Application application)
true
if the given application is a system application,
false
otherwise.application
- the application to test.true
if the given application is a system application,
false
otherwise.boolean isTrusted(Application application)
true
if the given application is a trusted application,
false
otherwise.application
- the application to test.true
if the given application is a trusted application,
false
otherwise.