Remove old TODO

This commit is contained in:
xynngh 2020-10-17 23:48:32 +04:00
parent 74b206aafd
commit cdfbf146f0
1 changed files with 1 additions and 2 deletions

View File

@ -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) {