How do we use Android intent filters only for smartPhones and not for tablets? I have a single apk for both smartphones and tablets. Would it be possible to have something specific only for the phones?
Expected behaviour - My app is already installed on a android device. URL intent fired from browser or another app running on the same device, which even my app is listening for (intent filters URL scehemes). Now, my app should open only if the device is a smartphone. For other scenarios(in 7 inch and 10 inch tablets), the behaviour should be as if the application didn't exist in the device.