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

Commit 87559ef0 authored by Daniel Nishi's avatar Daniel Nishi
Browse files

resolve merge conflicts of 2c826d7a to master

Change-Id: I2b2a1b195f07143690f5902b6a6f78ba1b30d7ea
parents 88110e21 2c826d7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3014,7 +3014,7 @@
        </activity>

        <activity android:name="Settings$AutomaticStorageManagerSettingsActivity"
                  android:exported="@bool/config_has_storage_manager"
                  android:exported="@bool/config_storage_manager_settings_enabled"
                  android:label="@string/automatic_storage_manager_settings"
                  android:taskAffinity="">
            <intent-filter android:priority="1">
+0 −3
Original line number Diff line number Diff line
@@ -46,9 +46,6 @@
    <!-- Whether swipe security option is hidden or not -->
    <bool name="config_hide_swipe_security_option">false</bool>

    <!--Whether the storage manager exists. -->
    <bool name="config_has_storage_manager">false</bool>

    <!--Whether help links are defined. -->
    <bool name="config_has_help">false</bool>
</resources>