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

Commit 93eb2c91 authored by Rajeev Kumar's avatar Rajeev Kumar Committed by android-build-merger
Browse files

Use a config value to hide DocumentsUI on Android Go.

am: f00ecc9c

Change-Id: Id7caafe2a684628323478d0429855bc7357a5245
parents 4b9089cc f00ecc9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@
        <activity-alias
            android:name=".LauncherActivity"
            android:targetActivity=".files.LauncherActivity"
            android:enabled="@bool/is_launcher_enabled"
            android:label="@string/launcher_label"
            android:icon="@drawable/launcher_icon" >
            <intent-filter>
+3 −0
Original line number Diff line number Diff line
@@ -54,4 +54,7 @@
    <!-- Indicates if internal storage is shown as default or not. -->
    <bool name="config_default_show_device_root">false</bool>

    <!-- This option allows us to hide the Files app icon from launcher on Android Go device.
    Android Go device will have Files Go app for file management. -->
    <bool name="is_launcher_enabled">true</bool>
</resources>