Yes. Here's an example. The custom tag is ContentVersion.
android:label="@string/app_name">
android:screenOrientation="sensor"
android:label="@string/app_name">
To access it:
ApplicationInfo ai = _context.getPackageManager().getApplicationInfo(_context.getPackageName(),PackageManager.GET_META_DATA);
ai.metaData.get("ContentVersion")