We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<activity android:name=".MainActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="landscape" android:theme="@style/LaunchTheme" android:configChanges="keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> <meta-data android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" /> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity> <activity android:name="com.microsoft.identity.client.BrowserTabActivity" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout" android:exported="true"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:host="com.xxx.xxxx" android:path="***********************" android:scheme="msauth" /> </intent-filter> </activity>
This is manifest , But still ONLY MSAL screen rendering only in portrait mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is manifest , But still ONLY MSAL screen rendering only in portrait mode
The text was updated successfully, but these errors were encountered: