Android 스튜디오에서 새 프로젝트를 만들 때마다 android:supportsRtl="true"
내 앱 AndroidManifest File에 들어갔습니다.
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
...
</application>
앱에서 사용하는 것 또는 내 앱에 AndroidManifest를 추가하거나 추가하지 않을 때의 장단점은 무엇입니까?