Loading AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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>