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

Commit 4a0d1898 authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

Fix a deprecated config string name for the storage manager settings.

am: b3405649

Change-Id: I31f5cf3239c5e2c3d2832e6e56280e22e80e27d8
parents 1bebf732 b3405649
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3004,7 +3004,7 @@
        </activity>
        </activity>


        <activity android:name="Settings$AutomaticStorageManagerSettingsActivity"
        <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:label="@string/automatic_storage_manager_settings"
                  android:taskAffinity="">
                  android:taskAffinity="">
            <intent-filter android:priority="1">
            <intent-filter android:priority="1">
+0 −3
Original line number Original line Diff line number Diff line
@@ -43,9 +43,6 @@
    <!-- Whether none security option is hide or not  (country specific). -->
    <!-- Whether none security option is hide or not  (country specific). -->
    <bool name="config_hide_none_security_option">false</bool>
    <bool name="config_hide_none_security_option">false</bool>


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

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