username-removed-22388Title changed from Required permissions are not shown in the privileged installer to System installer confirm screen shows no permissions on 2.X
Title changed from Required permissions are not shown in the privileged installer to System installer confirm screen shows no permissions on 2.X
I think this is not only 2.X, but also up to 4.1. (and there may cause crash)
I tried to fix this issue and in the code (AppSecurityPermissions.java) used some fields which are available only from API 17 (Jelly Bean 4.2), for example http://developer.android.com/reference/android/content/pm/PermissionGroupInfo.html (flags, priority)
Also there is a problem with layouts app_permission_item.xml and app_permission_item_money.xml (similarly to #344 (closed))
I backported all of this code in a weekend, and merged it once it compiled without lint warnings and ran fine on 5.X. Obviously, many things slipped past me :)
I don't have an older device to test things on, so it would be great if you could look into these issues!