更换默认壁纸为动态fall

修改文件:alps/frameworks/base/core/res/res/values/config.xml

diff --git  a/alps/frameworks/base/core/res/res/values/config.xml  b/alps/frameworks/base/core/res/res/values/config.xml
old mode 100644  (file)
new mode 100755  (executable)
index  455c2bf.. d949da6
--- a/ alps/frameworks/base/core/res/res/values/config.xml
+++ b/ alps/frameworks/base/core/res/res/values/config.xml
@@ -416,7 +416,8 @@
 
     <!-- Component name of the default wallpaper. This will be ImageWallpaper if not 
          specified -->
-    <string name="default_wallpaper_component">@null</string>
+       <!--minjibing default wallpaper-->
+    <string name="default_wallpaper_component">com.android.wallpaper/.fall.FallWallpaper</string>
 
     <!-- Component name of the service providing network location support. -->
     <string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>

你可能感兴趣的:(更换默认壁纸为动态fall)