I have a Cricket Icon 2 and it has an Android 10 Go edition. It disabled some of my favorite features like adding widgets or displaying apps over others.
I want to know if there's a way I can disable Android Go?
I have a Cricket Icon 2 and it has an Android 10 Go edition. It disabled some of my favorite features like adding widgets or displaying apps over others.
I want to know if there's a way I can disable Android Go?
You need root and root explorer.
Go to /vendor
and edit the build.prop
file. Find the line ro.config.low_ram=true
and change true
to false
. Then just reboot your device. All is ready!
Android Go is a device configuration for low-memory usage. Thus to "disable" Android Go, either turn off the configuration for it or use non-Android Go ROMs instead:
ro.config.low_ram
to false
on the build.prop
(need root access, as has been mentioned on MadCreeepyman's answer).