Settings.ActionManageUnknownAppSources Field

Definition

Activity Action: Show settings to allow configuration of trusted external sources

[Android.Runtime.Register("ACTION_MANAGE_UNKNOWN_APP_SOURCES", ApiSince=26)]
public const string ActionManageUnknownAppSources;
[<Android.Runtime.Register("ACTION_MANAGE_UNKNOWN_APP_SOURCES", ApiSince=26)>]
val mutable ActionManageUnknownAppSources : string

Field Value

Attributes

Remarks

Activity Action: Show settings to allow configuration of trusted external sources

Input: Optionally, the Intent's data URI can specify the application package name to directly invoke the management GUI specific to the package name. For example "package:com.my.app".

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCES.

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