android-applicationinfo पर टैग किए गए जवाब

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 में जोड़ता हूं या नहीं जोड़ता हूं तो ऐप में क्या उपयोग होता है, या क्या फायदे और नुकसान हैं।
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.