Manifest.Permission.RepositionSelfWindows Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows an application to programmatically move and resize its tasks when the system is in a state that allows such operations, e.g. in a desktop-like environment.
[Android.Runtime.Register("REPOSITION_SELF_WINDOWS", ApiSince=37)]
public const string RepositionSelfWindows;
[<Android.Runtime.Register("REPOSITION_SELF_WINDOWS", ApiSince=37)>]
val mutable RepositionSelfWindows : string
Field Value
- Attributes
Remarks
Allows an application to programmatically move and resize its tasks when the system is in a state that allows such operations, e.g. in a desktop-like environment. It is only extended to the default browser and OEM specific signature apps.
Protection level: signature|role
Android reference for android.Manifest.permission.REPOSITION_SELF_WINDOWS.
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.