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

Commit cb30f6ef authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4383937 from f00ecc9c to oc-mr1-release

Change-Id: I7b6dc854f5c3758a86ba04b59f8f9acd1be05e7b
parents c054fb1e 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>