OSDN Git Service

Merge "Tuner: Allow lockscreen launch targets to be customized"
authorJason Monk <jmonk@google.com>
Thu, 26 Jan 2017 03:23:28 +0000 (03:23 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 26 Jan 2017 03:23:31 +0000 (03:23 +0000)
1  2 
packages/SystemUI/res/values/strings.xml
packages/SystemUI/res/xml/tuner_prefs.xml

          android:key="nav_bar"
          android:title="@string/nav_bar"
          android:fragment="com.android.systemui.tuner.NavBarTuner" />
 -    -->
  
      <Preference
+             android:key="lockscreen"
+             android:title="@string/accessibility_desc_lock_screen"
+             android:fragment="com.android.systemui.tuner.LockscreenFragment" />
+     <Preference
              android:key="other"
              android:title="@string/other"
              android:fragment="com.android.systemui.tuner.OtherPrefs" />