multiprocessing - Only allow Android apps to be installed on devices with multi-core processors -


is possible make android application available/installable on devices multi-core processors? know app can made android versions , hardware specifications such front facing camera.

one way programmatically solve number of cores on device calling runtime.getruntime().availableprocessors() , finish activity if device doesn't meet requirements, not correct approach.

so, how do on google-approved kind of way?

if going publish on google play store, using android console provided google, can exclude devices. devices not able install app. option on apk section. means have make list of devises without multicore processors.

there "supported devices" list can edit. sadly no "cores count" filter.

enter image description here


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -