This document introduces GNSS raw measurements that are available on Android smartphones through the android.location API. It discusses two main GNSS APIs - android.gms.location which simplifies positioning for applications but focuses on battery life, and android.location which gives access to more detailed GNSS observations at the cost of increased battery usage. Applications that could make use of raw GNSS measurements on smartphones include crowdsourcing, low-cost reference networks, and improving positioning in urban areas. Sample code is provided showing how to access raw observations and calculate a position from them.