In MIUI I have Files app hidden. I don't have it in my drawer. I can run it by adb shell like this:
am start -n com.android.documentsui/com.android.documentsui.LauncherActivity
But how do I add this activity to drawer? I was trying THIS way, but I cant find this piece of xml in sysconfig. Maybe because I have android 9.
Also, I don't know if I'm supposed to create new topic about this, but is there any option on sources.android.com to see previous versions of the page (It could help me to figure out how to show it in andro 9)?
**EDIT:**
*In Android 10, the DocumentsUI module uses is_launcher_enabled to determine if the Files launcher icon should display in the app drawer.*
I extracted the apk file with the ApkExtractor and checked this flag with the APK Editor Studio. I don't know if it gave me files actually used by the app, but It seems to be untouched:
**AndroidManifest.xml**
android:enabled="@bool/is_launcher_enabled">
**res/values/bool.xml**
true
Asked by MSZ
(21 rep)
Oct 21, 2021, 08:35 PM
Last activity: Oct 26, 2021, 07:29 AM
Last activity: Oct 26, 2021, 07:29 AM