Advertisement
ProgrameruPokusaju

Build Version

Jul 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.22 KB | None | 0 0
  1. // Check if we're running on Android 5.0 or higher
  2. if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  3.     // Call some material design APIs here
  4. } else {
  5.     // Implement this feature without material design
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement