fd309fbf9f
- Instead of using reflection to check if N is present, we now use Build.VERSION.SDK_INT >= Build.VERSION_CODES.N. - Other places that used reflection to use N APIs have also been cleaned up. Bug: 22942492 Change-Id: Ia7b981cae375e800bcc8f0c54aec48e0c8c076da
This project contains the wallpaper picker for Launcher3. It's in a separate folder to organize the code separately from the rest of the launcher, and has a manifest so that a separate Eclipse project can exist for the wallpaper picker (necessary to have the Eclipse build work)