Questions tagged «android-applicationinfo»

3
AndroidManifest xml文件中android:supportsRtl =“ true”的用法
每当我在android studio中创建新项目时,我都会进入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中添加或不添加时的优缺点是什么?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.