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

Commit f2081fd9 authored by Sven Dawitz's avatar Sven Dawitz
Browse files

CM71: Add option to choose in-call-style just like lockscreen style. Settings provider.

- Added on public user demand
- Adds an option under LockscreenStyle option
  probably the most userfriendly location for this!
- Finally replace those lockscreenstyl==1 lockscreenstyle==2 etc
  check in LockscreenStyleActivity.java with propper enums.
  That creeped me out for a while, since it was pretty dirty.
  The code now appeals much more to me

will resolve possible merge issues, when feature freeze is over

Change-Id: Id35be21ab505af7f75f0821ec00688d10d60e4bb
parent 5e2487a6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2368,6 +2368,12 @@ public final class Settings {
         */
        public static final String LOCKSCREEN_STYLE_PREF = "lockscreen_style_pref";

        /**
         * Sets the incoming call accept/reject style
         * @hide
         */
        public static final String IN_CALL_STYLE_PREF = "in_call_style_pref";

        /**
         * Pulse the Trackball with Screen On.  The value is boolean (1 or 0).
         * @hide