My intention is to make a Broadcast receiver that performs actions when receiving a call. Is it possible that had more priority than the automatic call rece
Actually, I don't think that 2147483647 is the best value to use, because Android won't understand it and will ignore this value. What you have to do is try to set the priority to 999, since I guess 1000 is the maximum value.