OSDN Git Service

Disable See Through live wallpaper. Coolness must make way for correctness.
authorRomain Guy <romainguy@android.com>
Wed, 18 Nov 2009 20:19:22 +0000 (21:19 +0100)
committerRomain Guy <romainguy@android.com>
Wed, 18 Nov 2009 20:19:22 +0000 (21:19 +0100)
Change-Id: If90c6cd9043b69d3182160a06e9a77db907334e8

AndroidManifest.xml

index 41ebac7..bcf1dce 100644 (file)
             <meta-data android:name="android.service.wallpaper" android:resource="@xml/polar_clock" />
         </service>
 
-        <service
+        <!-- RE-ENABLE WHEN #2246948 IS FIXED -->
+        <!-- <service
             android:label="@string/wallpaper_walkaround"
             android:name="com.android.wallpaper.walkaround.WalkAroundWallpaper"
             android:permission="android.permission.BIND_WALLPAPER">
                 <action android:name="android.service.wallpaper.WallpaperService" />
             </intent-filter>
             <meta-data android:name="android.service.wallpaper" android:resource="@xml/walkaround" />
-        </service>
+        </service> -->
 
     </application>