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

Commit add25a72 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '1219-t-sentry_id' into 'v1-t'

base: add sentry user id settings

See merge request e/os/android_frameworks_base!148
parents 583f935a 663ced7f
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -9245,6 +9245,12 @@ public final class Settings {
        @Readable
        @Readable
        public static final String SCREENSAVER_DEFAULT_COMPONENT = "screensaver_default_component";
        public static final String SCREENSAVER_DEFAULT_COMPONENT = "screensaver_default_component";
        /**
         * Sentry user id
         * @hide
         */
        public static final String SENTRY_USERID = "sentry_userid";
        /**
        /**
         * Whether complications are enabled to be shown over the screensaver by the user.
         * Whether complications are enabled to be shown over the screensaver by the user.
         *
         *