i have given the fix orientation to my app as a portrait.i am using chrome custom tab to open another site, however this property can not be set to chrome custom tab to remain portrait. it change its orientations. in manifest i have set activity like
<activity
android:name=".uicontent.carrental.ZoomCarDrawerActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTask"
android:noHistory="false"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"
android:windowSoftInputMode="adjustPan" />
thank you.