From 7ac17b029b4f00a5ee2adb3bb1a2169a0e1e87f7 Mon Sep 17 00:00:00 2001 From: Varun Barad Date: Wed, 20 Nov 2019 23:57:45 +0530 Subject: [PATCH] Remove the attribute which fixes the app to portrait mode. --- app/src/main/AndroidManifest.xml | 33 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c6631d8..f6c9f00 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,39 +1,38 @@ + xmlns:tools="http://schemas.android.com/tools" + package="to.dev.dev_android"> - + - + android:usesCleartextTraffic="true" + tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"> + - + - + + - - - + + + + + + android:scheme="https" /> - \ No newline at end of file +