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

Commit 692987c7 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

am: 93eb2c91

Change-Id: I36243e42fd0fa105c166d261087b3d8283ff66d1
parents 5bf51ec2 93eb2c91
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>