Settings.ActionRequestScheduleExactAlarm 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.
Activity Action: Show settings to allow configuration of
Manifest.permission#SCHEDULE_EXACT_ALARM
permission
Input: Optionally, the Intent's data URI can specify the application package name to
directly invoke the management GUI specific to the package name.
[Android.Runtime.Register("ACTION_REQUEST_SCHEDULE_EXACT_ALARM", ApiSince=31)]
public const string ActionRequestScheduleExactAlarm;
[<Android.Runtime.Register("ACTION_REQUEST_SCHEDULE_EXACT_ALARM", ApiSince=31)>]
val mutable ActionRequestScheduleExactAlarm : string
Field Value
- Attributes
Remarks
Activity Action: Show settings to allow configuration of Manifest.permission#SCHEDULE_EXACT_ALARM
permission
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: When a package data uri is passed as input, the activity result is set to android.app.Activity#RESULT_OK
if the permission was granted to the app. Otherwise, the result is set to android.app.Activity#RESULT_CANCELED
.
Java documentation for android.provider.Settings.ACTION_REQUEST_SCHEDULE_EXACT_ALARM
.
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.