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

Commit f00ecc9c authored by Rajeev Kumar's avatar Rajeev Kumar
Browse files

Use a config value to hide DocumentsUI on Android Go.

This change hides the Files app icon from launcher on Android Go device.
Android Go device will have Files Go app for file management.

Change-Id: Ie956f68c7827b87cd51659ca035478bd11cee7b6
Bug: 65692568
Test: Tested manually
Related change: http://ag/2903976
parent c1e05bd5
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>