語言

WebAppQueryRequest.ResultInstalled 欄位

定義

警告

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

查詢的套件由以下任一系統安裝 WebAppManager

        <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

欄位值

Value = 0
屬性

備註

查詢的套件由 WebAppManager 安裝,並可套用以下任一條件:呼叫應用程式持有Manifest.permission.QUERY_ALL_PACKAGES權限;該套件由呼叫應用程式透過 WebAppManager 安裝。

Android 參考資料。android.content.pm.webapp.WebAppQueryRequest.RESULT_INSTALLED

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於