mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-16 20:00:35 +01:00
Remove old TODO
This commit is contained in:
parent
74b206aafd
commit
cdfbf146f0
@ -152,9 +152,8 @@ public class PermissionHelper {
|
||||
public static boolean hasCallLogPermission(Context context) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
|
||||
return hasPermission(context, Manifest.permission.READ_CALL_LOG);
|
||||
} else {
|
||||
return true; // TODO: check
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public static boolean hasContactsPermission(Context context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user