CB-3957: The new activity wasn't added to the Android Manifest

This commit is contained in:
Joe Bowser 2013-07-15 13:51:27 -07:00
parent 0244341ac5
commit 7f5f87ac72

View File

@ -85,6 +85,16 @@
<category android:name="android.intent.category.SAMPLE_CODE" />
</intent-filter>
</activity>
<activity
android:windowSoftInputMode="adjustPan"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden"
android:name=".actions.backgroundcolor" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.SAMPLE_CODE" />
</intent-filter>
</activity>
<activity
android:windowSoftInputMode="adjustPan"
android:label="@string/app_name"