How to get resources from another (my) application?
PackageManager packageManager = getPackageManager(); Intent myIntent = new Intent("PACKAGE_NAME"); List<ResolveInfo> ThemePacks = packageManager.queryIntentActivities(myIntent, 0);
PackageManager.getResourcesForActivity and PackageManager.getResourcesForApplication do not help. When accessing resources, we get "Unable to find resource ID"
PS: Resources get type and drawable