Tag: android applicationinfo

在AndroidManifest xml文件中使用android:supportsRtl =“true”是什么意思?

每当我在android studio中创build新项目时,我在我的应用程序AndroidManifest文件中获得了android:supportsRtl="true" 。 <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> … </application> 什么是在应用程序中使用,或者什么是我的应用程序AndroidManifest添加或不添加时的优势和劣势。

如何才能find我的Android设备上是否存在特定的软件包?

我怎样才能find一个特定的包或应用程序,说: com.android.abc ,我的Android设备上存在?