In API level 21 LauncherActivityInfo was introduced.
I currently have to implement a program which uses the getApplicationInfo(), getBadgedIcon(), getLabel() and getIcon().
I have searched on stackoverflow and on google and I cannot seem to find something suitable as a replacement. I have to support API level 19. Using this class is not possible .... Does anyone have any suggestions ?
Link to Class