I need to restrict landscape orientation on phone and allow it on tablet. I can use configChanges:orientation within activity tag and process it in code. But can I create AndroidManifest file for tablet where I'll allow landscape orientation and use two manifests for phone and tablet?
Asked
Active
Viewed 49 times
1 Answers
0
This is not possible to make two manifests for one app. You will have to use same manifest file. But what can you do is multiple flavors. You can specify your manifest or gradle with respect to each type. See the official docs.

Junaid Hafeez
- 1,618
- 1
- 16
- 25