add option to not show app's calls in phone's history

This commit is contained in:
Danmei Chen 2019-08-06 09:54:23 +02:00
parent a0b6350bd6
commit 8e41e153f9

View file

@ -45,6 +45,8 @@
[config setSupportedHandleTypes:handleTypes];
[config setMaximumCallGroups:2];
[config setMaximumCallsPerCallGroup:1];
//not show app's calls in tel's history
//config.includesCallsInRecents = NO;
self.provider = [[CXProvider alloc] initWithConfiguration:config];
[self.provider setDelegate:self queue:dispatch_get_main_queue()];
}