Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1baf87ef authored by Colin Cross's avatar Colin Cross
Browse files

Don't use WallpaperPicker2 BuildCompat

packages/apps/WallpaperPicker2 has its own copy of BuildCompat,
supposedly to allow overriding the SDK version in tests, but that
feature is never used and having an extra copy causes more work
every time the platform version is updated or finalized.  Use
checks against android.os.Build.VERSION.SDK_INT instead.  Future
checks against development versions should use the offical
androidx.core.os.BuildCompat.

Bug: 186121492
Test: m ThemePicker
Change-Id: I6a30d63c10cea4c743d98bc778255b333796c953
Merged-In: I6a30d63c10cea4c743d98bc778255b333796c953
parent 56477b3b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment