Stay organized with collections
Save and categorize content based on your preferences.
DomainVerificationManager
class DomainVerificationManager
System service to access domain verification APIs. Applications should use getDomainVerificationUserState(java.lang.String)
if necessary to check if/how they are verified for a domain, which is required starting from platform android.os.Build.VERSION_CODES#S
in order to open Intent
s which declare Intent#CATEGORY_BROWSABLE
or no category and also match against Intent#CATEGORY_DEFAULT
android.content.IntentFilter
s, either through an explicit declaration of Intent#CATEGORY_DEFAULT
or through the use of android.content.pm.PackageManager#MATCH_DEFAULT_ONLY
, which is usually added for the caller when using Context#startActivity(Intent)
and similar.
Summary
Public methods
getDomainVerificationUserState
fun getDomainVerificationUserState(packageName: String): DomainVerificationUserState?
Retrieve the user state for the given package and the Context
's user.
Parameters |
packageName |
String: The app to query state for. This value cannot be null . |
Return |
DomainVerificationUserState? |
The user selection verification data for the given package for the user, or null if the package does not declare any HTTP/HTTPS domains. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]