Disable See Through live wallpaper. Coolness must make way for correctness.

Change-Id: If90c6cd9043b69d3182160a06e9a77db907334e8
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 41ebac7..bcf1dce 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -121,7 +121,8 @@
             <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">
@@ -129,7 +130,7 @@
                 <action android:name="android.service.wallpaper.WallpaperService" />
             </intent-filter>
             <meta-data android:name="android.service.wallpaper" android:resource="@xml/walkaround" />
-        </service>
+        </service> -->
 
     </application>