Share via


FactoryResetProtectionPolicy.FactoryResetProtectionAccounts Property

Definition

Get the list of accounts that can provision a device which has been factory reset.

public System.Collections.Generic.IList<string> FactoryResetProtectionAccounts { [Android.Runtime.Register("getFactoryResetProtectionAccounts", "()Ljava/util/List;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getFactoryResetProtectionAccounts", "()Ljava/util/List;", "", ApiSince=30)>]
member this.FactoryResetProtectionAccounts : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Get the list of accounts that can provision a device which has been factory reset.

Java documentation for android.app.admin.FactoryResetProtectionPolicy.getFactoryResetProtectionAccounts().

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