android.app.cts.SystemFeaturesTest - flymobile/CTS GitHub Wiki

android.app.cts.SystemFeaturesTest#testLiveWallpaperFeature

Fail信息:


-- testLiveWallpaperFeature fail junit.framework.AssertionFailedError: PackageManager#hasSystemFeature should return true for android.software.live_wallpaper at junit.framework.Assert.fail(Assert.java:50)

解决方案:


从问题上可以看出是需要判定需要设置android.software.live_wallpaper为真,修改: packages/wallpapers/LivePicker/ android.software.live_wallpaper.xml文件修改为真。