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 .