Język

WebAppQueryRequest.ResultInstalled Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.Webapp.WebAppQueryResultCode enum directly instead of this field.

The queried package is installed by WebAppManager and any of the following apply:

        <ul>
          &lt;li&gt;The calling app holds <code data-dev-comment-type="c">android.Manifest.permission#QUERY_ALL_PACKAGES</code>
              permission.
[Android.Runtime.Register("RESULT_INSTALLED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.Webapp.WebAppQueryResultCode enum directly instead of this field.", true)]
public const Android.Content.PM.Webapp.WebAppQueryResultCode ResultInstalled = 0;
[<Android.Runtime.Register("RESULT_INSTALLED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.Webapp.WebAppQueryResultCode enum directly instead of this field.", true)>]
val mutable ResultInstalled : Android.Content.PM.Webapp.WebAppQueryResultCode

Field Value

Value = 0
Attributes

Remarks

The queried package is installed by WebAppManager and any of the following apply: The calling app holds Manifest.permission.QUERY_ALL_PACKAGES permission; The package was installed by the calling app via WebAppManager.

Android reference for android.content.pm.webapp.WebAppQueryRequest.RESULT_INSTALLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to