0
最近Airpush提供了新的SDK用于Play商店中,但我面对livewallpaper加入这一点,在我们使用如何将AirPlay集成到android动态壁纸中?
Airpush airpush=new Airpush(getApplicationContext());
它的工作之前的SDK的问题,但是对于新的SDK,我们需要做到这一点
AirPlay airPlay = new AirPlay(activity, null, true);
但问题是,当我尝试在壁纸服务中做到这一点时,它会给出错误,因为它需要作为参数的活动,现在要做什么?
但我需要发布此对谷歌Play商店中 – Reyjohn
什么了你做? –