DevicePolicyManager.ActionDeviceFinancingStateChanged 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.
Broadcast Action: Broadcast sent to indicate that the device financing state has changed.
[Android.Runtime.Register("ACTION_DEVICE_FINANCING_STATE_CHANGED", ApiSince=34)]
public const string ActionDeviceFinancingStateChanged;
[<Android.Runtime.Register("ACTION_DEVICE_FINANCING_STATE_CHANGED", ApiSince=34)>]
val mutable ActionDeviceFinancingStateChanged : string
Field Value
- Attributes
Remarks
Broadcast Action: Broadcast sent to indicate that the device financing state has changed.
This occurs when, for example, a financing kiosk app has been added or removed.
To query the current device financing state see #isDeviceFinanced
.
This will be delivered to the following apps if they include a receiver for this action in their manifest: <ul> <li>Device owner admins. <li>Organization-owned profile owner admins <li>The supervision app <li>The device management role holder </ul>
Java documentation for android.app.admin.DevicePolicyManager.ACTION_DEVICE_FINANCING_STATE_CHANGED
.
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.