mirror of https://github.com/opa334/TrollStore.git
1.3.2
This commit is contained in:
parent
5e75501959
commit
2ffe0cc1a5
|
@ -1092,7 +1092,7 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size);
|
|||
if(allowedTccServices.count)
|
||||
{
|
||||
[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nPrivacy" attributes:headerAttributes]];
|
||||
[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can access the following services without asking for permission.\n" attributes:bodyDangerAttributes]];
|
||||
[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can access the following services without asking for permission:\n" attributes:bodyDangerAttributes]];
|
||||
[description appendAttributedString:[[NSAttributedString alloc] initWithString:[NSListFormatter localizedStringByJoiningStrings:[allowedTccServices allObjects]] attributes:bodyAttributes]];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue