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…
Reference in New Issue