首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 改变系统默许动态壁纸

2012-11-11 
android 改变系统默认动态壁纸./device/samsung/xxxx/overlay/frameworks/base/core/res/res/values/confi

android 改变系统默认动态壁纸

./device/samsung/xxxx/overlay/frameworks/base/core/res/res/values/config.xml

?

  <string name="default_wallpaper_component">@null</string>    <integer name="config_deskDockKeepsScreenOn">0</integer>    <integer name="config_carDockKeepsScreenOn">1</integer>    <!-- Default color for notification LED is white -->    <color name="config_defaultNotificationColor">#ffffffff</color>    <!-- Default blink frequency for notification LED is 9 seconds. -->    <integer name="config_defaultNotificationLedOff">9000</integer>    <!-- Component name of the service providing network location support. -->    <string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>    <!-- Component name of the service providing geocoder API support. -->    <string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>

?在这里改

  <string name="default_wallpaper_component">@null</string>
?可以将@null改成com.android.wallpaper/com.android.wallpaper.nexus.NexusWallpaper

热点排行