/*
5k桌面 源码
作者:基哥
AndroidManifest.xml重要配置:
壁纸背景(三选一):
android:theme="@android:style/Theme.Wallpaper"
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen"
*/
package l.l;
import android.app.*;
import android.content.*;
import android.content.pm.*;
import android.os.*;
import android.view.*;
import android.widget.*;
import android.widget.AdapterView.*;
import java.util.*;
import android.util.*;
import android.net.*;
import android.provider.*;
public class l extends Activity {
GridView g;
private List apps;
int w,h,p;
Context c;
@Override
protected void onCreate(Bu