[ 
https://issues.apache.org/jira/browse/CB-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708965#comment-13708965
 ] 

ASF subversion and git services commented on CB-3944:
-----------------------------------------------------

Commit 1895d8ac9e3fdbc6b668ee6b95bab55d37ce7c46 in branch refs/heads/master 
from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=1895d8a ]

CB-3944: Removing activity that doesn't exist

                
> Misspelt unused activity in test code AndroidManifest.xml?
> ----------------------------------------------------------
>
>                 Key: CB-3944
>                 URL: https://issues.apache.org/jira/browse/CB-3944
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.7.0
>            Reporter: Peter
>            Assignee: Joe Bowser
>            Priority: Minor
>
> The Android test directory has an AndroidManifest.xml.
> There appears to be an unused misspelt activity defined within that XML:
> {code}
>         <activity
>             android:windowSoftInputMode="adjustPan"
>             android:label="@string/app_name" 
>             android:configChanges="orientation|keyboardHidden"
>             android:name=".actions.backbbuttonmultipage" >
>             <intent-filter>
>                 <action android:name="android.intent.action.MAIN" />
>                 <category android:name="android.intent.category.SAMPLE_CODE" 
> />
>             </intent-filter>
>         </activity>
> {code}
> Notice the activity name is misspelt (backbbuttonmultipage). The correctly 
> spelt activity (backbuttonmultipage) is elsewhere in the same XML file, so it 
> looks like the wrong one is accidental and unused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to