Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cea3ab9 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-ddf09bbc-6509-421f-8fa6-f8ae07cdafea-for-git_oc-mr1-release-42...

release-request-ddf09bbc-6509-421f-8fa6-f8ae07cdafea-for-git_oc-mr1-release-4250733 snap-temp-L31300000089845305

Change-Id: Ibf1fe8fa81e02327bf089e20d47bf2726103f3db
parents d585d429 688e5438
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -69,7 +69,8 @@ public class ResultPayload implements Parcelable {
            Availability.DISABLED_DEPENDENT_SETTING,
            Availability.DISABLED_DEPENDENT_APP,
            Availability.DISABLED_UNSUPPORTED,
            Availability.RESOURCE_CONTENTION})
            Availability.RESOURCE_CONTENTION,
            Availability.INTENT_ONLY,})
    @Retention(RetentionPolicy.SOURCE)
    public @interface Availability {
        /**
@@ -98,6 +99,11 @@ public class ResultPayload implements Parcelable {
         * The setting is disabled because corresponding app is disabled
         */
        int DISABLED_DEPENDENT_APP = 4;

        /**
         * This setting is supported on the device but cannot be changed inline.
         */
        int INTENT_ONLY = 5;
    }

    @IntDef({SettingsSource.UNKNOWN, SettingsSource.SYSTEM, SettingsSource.SECURE,