Whenever I swipe my Android tablet to launch it, the phone app fires up. How do I stop the phone app? I never use it.
Asked
Active
Viewed 24 times
1 Answers
0
according to me you can create an extra screen where you check the device's type (mobile, tablet, etc).
- If the user's device is not a tablet you can call an intent to your desired first screen.
- Else use the intent for exiting the application and removing it from recent.
Links for your reference - https://stackoverflow.com/a/16784317/12060353

abhishek mishra
- 51
- 4
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 12 '22 at 10:18