Merge "Transferring display name logic to GAL provider" into honeycomb
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 998c911..8c61e22 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -82,6 +82,8 @@
     <uses-permission
         android:name="com.android.email.permission.ACCESS_PROVIDER"/>
 
+    <!-- Note:  Actually, android:hardwareAccelerated could be "true", but in order to switch it
+         on/off in the debug screen, we have to set it "false" here and enable it at runtime.  -->
     <application
         android:icon="@mipmap/icon"
         android:label="@string/app_name"
@@ -89,7 +91,6 @@
         android:theme="@android:style/Theme.Holo.Light"
         android:hardwareAccelerated="false"
         >
-        <!-- STOPSHIP android:hardwareAccelerated should be "true" -->
         <activity
             android:name=".activity.Welcome"
             >