3
Android का उपयोग क्या है: AndroidRififest xml फ़ाइल में supportRtl = "true"
जब भी मैंने एंड्रॉइड स्टूडियो में नया प्रोजेक्ट बनाया, मुझे android:supportsRtl="true"अपने ऐप AndroidManifest फ़ाइल में मिला । <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> ... </application> जब मैं अपने ऐप AndroidManifest में जोड़ता हूं या नहीं जोड़ता हूं तो ऐप में क्या उपयोग होता है, या क्या फायदे और नुकसान हैं।