Migration¶
0.0.2¶
Issues worth noting from 0.0.0.1 to 0.0.2:
The
FinGameWorks/UniLWP/Droidmenu items are grouped into sections for better readability. You can also useProject Settings/UniLWP/Droidpanel which would provide the same functionality.Meta-data editing are now available directly within Editor (Unity 2020+).
Changes of meta-data flags in UniLWP aar plugins:
unilwp.behavior.floatingremovedunilwp.behavior.settings.notifyButtonreplaced byunilwp.style.activity.launch.displayunilwp.behavior.resistToUpdateremovedunilwp.behavior.activity.expandedreplaced byunilwp.behavior.preview.button.settingsunilwp.behavior.lifecycle.resumeWithoutHolderreplaced byunilwp.behavior.screen.off.earlyunilwp.behavior.activity.bypassCheckrenamed tounilwp.behavior.activity.bypass.initialunilwp.ref.class.screensaver.serviceaddedunilwp.ref.class.launcher.activityaddedunilwp.ref.class.wallpaper.serviceadded
UniLWP.Droid now launches
LiveWallpaperLauncherRedirectActivityinstead ofLiveWallpaperPresentationActivity.LiveWallpaperLauncherRedirectActivity, as you can guess from its name, is a launcher activity (meaning it adds an icon to your app drawer) to launch different activities depending on different configurations. Please refer tounilwp.style.activity.launch.displayflag for different styles.