How can I get a NSArray of all applicationActivities installed in the device?
- (id)initWithActivityItems:(NSArray *)activityItems applicationActivities:(NSArray *)applicationActivities;
I'd like to remove one or two items and show the rest of the full list.