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

Commit b4e0b5c5 authored by Alain Vongsouvanh's avatar Alain Vongsouvanh Committed by android-build-merger
Browse files

bools: fix use_lock_pattern_drawable javadoc. am: c4046b55

am: e51a7686

Change-Id: I202ece102111012cee7c3cca980b9256f84fc0ee
parents 962cde0f e51a7686
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -24,12 +24,10 @@
    <bool name="show_ongoing_ime_switcher">true</bool>
    <bool name="action_bar_expanded_action_views_exclusive">true</bool>
    <bool name="target_honeycomb_needs_options_menu">true</bool>
    <!--
        Whether or not to use the drawable/lockscreen_notselected and
    <!-- Whether or not to use the drawable/lockscreen_notselected and
         drawable/lockscreen_selected instead of the generic dots when displaying
         the LockPatternView.
        The main purpose is for OEMs to customize the rendering of the
        lockscreen, setting this to true should come with customized drawables.
    -->
         <p>The main purpose is for OEMs to customize the rendering of the
         lockscreen, setting this to true should come with customized drawables. -->
    <bool name="use_lock_pattern_drawable">false</bool>
</resources>