<action> Syntax: <action android:name="string" /> Contained in: <intent-filter> Description: Adds an action to an intent filter. An <intent-filter> must contain one or more <action> elements. Without any <action>, the filter won't accept Intent objects....
The <uses-feature> element in an Android manifest informs external systems about hardware or software capabilities an app requires or optionally uses. It enables services such as Google Play to filter apps so that they are visible only on devices meeting those capability requirements. Syntax &...
The <grant-uri-permission> Element Syntax <grant-uri-permission android:path="string" android:pathPattern="string" android:pathPrefix="string" /> Contained Within <provider> Description Defines a subset of application data within the parent content pro...
Hardware Configuration Requirements Applications define required hardware capabilities using <uses-configuration>. This prevents installation on devices lacking essential inputs. It is recommended to support directional keys for accessibility, or alternatively declare touch requirements via &l...
Overview The <supports-gl-texture> element in the Android manifest defines which OpenGL ES texture compression formats an application supports. This declaration is used by services like Google Play to filter applications based on device compatibility. Syntax <supports-gl-texture android:na...