Immer wenn ich ein neues Projekt in Android Studio erstellt habe, habe ich android:supportsRtl="true"
in meiner 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>
Was wird in der App verwendet oder was sind Vor- und Nachteile, wenn ich in meiner App AndroidManifest hinzufüge oder nicht.