Is there a way to hide apps on the Android market for devices that fall into a specific memory class? eg. I only want to free the application for devices with a memory class of 32 or higher (AcivityManager.getMemoryClass ()).
The <uses-configuration> tag has only flags associated with the screen / keyboard, and the <uses-feature> also has no memory related settings.
Is there any other way to specify the necessary device attributes for the application?
source
share