You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/07/15 22:54:48 UTC

[jira] [Resolved] (CB-3944) Misspelt unused activity in test code AndroidManifest.xml?

     [ https://issues.apache.org/jira/browse/CB-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-3944.
----------------------------

    Resolution: Fixed
    
> 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