共用方式為


VpnManager.ProvisionVpnProfile(PlatformVpnProfile) 方法

定義

安裝以呼叫應用程式套件名稱為索引鍵的 VpnProfile 組態。

[Android.Runtime.Register("provisionVpnProfile", "(Landroid/net/PlatformVpnProfile;)Landroid/content/Intent;", "GetProvisionVpnProfile_Landroid_net_PlatformVpnProfile_Handler", ApiSince=30)]
public virtual Android.Content.Intent? ProvisionVpnProfile (Android.Net.PlatformVpnProfile profile);
[<Android.Runtime.Register("provisionVpnProfile", "(Landroid/net/PlatformVpnProfile;)Landroid/content/Intent;", "GetProvisionVpnProfile_Landroid_net_PlatformVpnProfile_Handler", ApiSince=30)>]
abstract member ProvisionVpnProfile : Android.Net.PlatformVpnProfile -> Android.Content.Intent
override this.ProvisionVpnProfile : Android.Net.PlatformVpnProfile -> Android.Content.Intent

參數

profile
PlatformVpnProfile

此套件所提供的 VpnProfile。 將會覆寫針對此套件儲存的任何先前 VpnProfile。

傳回

要求使用者同意以啟動 VPN 的意圖,如果不需要根據許可權或先前的使用者同意,則為 null。

屬性

備註

安裝以呼叫應用程式套件名稱為索引鍵的 VpnProfile 組態。

如果已授與使用者同意,或Intent授與系統活動的,這個方法會null傳回 。 如果傳回意圖,應用程式應該使用 Activity#startActivityForResult 來啟動活動,以要求使用者同意。 活動可能會快顯對話框以要求用戶動作,而結果會透過其 Activity#onActivityResult傳回。 如果結果是 Activity#RESULT_OK,表示使用者已同意,而且可以啟動 VPN 配置檔。

android.net.VpnManager.provisionVpnProfile(android.net.PlatformVpnProfile)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於