You can follow our ranging tutorial:
http://developer.estimote.com/android/tutorial/part-3-ranging-beacons/
… and simple modify the Region, passing null
instead of an UUID:
region = new Region("ranged region", null, null, null);
This should allow you to detect all iBeacon packets.