What is use of android:supportsRtl=“true” in AndroidManifest xml file
问题 Whenever I created new project in android studio, I got android:supportsRtl="true" in my app AndroidManifest File. <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> ... </application> What is use in app, or what is advantages & disadvantage when I add or not add in my app AndroidManifest . 回答1: Declares whether your application is willing to support right-to-left (RTL) layouts