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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7110229..716e611 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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>