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

Commit ea4238f0 authored by Yiwen Chen's avatar Yiwen Chen
Browse files

Remove @hide from comment of apply_ramping_ringer so that it can be accessed...

Remove @hide from comment of apply_ramping_ringer so that it can be accessed from setting intelligence.

Bug: 120789399
Test: When finish the whole change, flash into a dev phone to test first.
Change-Id: I50047dece95122f0d55f370d644a38c68abec045
parent 01dd1a23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38896,6 +38896,7 @@ package android.provider {
    field public static final String AIRPLANE_MODE_RADIOS = "airplane_mode_radios";
    field public static final String ALWAYS_FINISH_ACTIVITIES = "always_finish_activities";
    field public static final String ANIMATOR_DURATION_SCALE = "animator_duration_scale";
    field public static final String APPLY_RAMPING_RINGER = "apply_ramping_ringer";
    field public static final String AUTO_TIME = "auto_time";
    field public static final String AUTO_TIME_ZONE = "auto_time_zone";
    field public static final String BLUETOOTH_ON = "bluetooth_on";
+0 −1
Original line number Diff line number Diff line
@@ -9029,7 +9029,6 @@ public final class Settings {
         * Whether applying ramping ringer on incoming phone call ringtone.
         * <p>1 = apply ramping ringer
         * <p>0 = do not apply ramping ringer
         * @hide
         */
        public static final String APPLY_RAMPING_RINGER = "apply_ramping_ringer";