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

ASF GitHub Bot commented on CB-8079:
------------------------------------

GitHub user cnsdato opened a pull request:

    https://github.com/apache/cordova-android/pull/135

    CB-8079 use application package name instead of activity package name, b...

    CB-8079 use application package name instead of activity package name, 
because the application package name could be different from the activity 
package name

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cnsdato/cordova-android master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-android/pull/135.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #135
    
----
commit 33c77dcce3af71afc33fb437df8057f03c966cdc
Author: Daniel Toplak <[email protected]>
Date:   2014-11-26T07:31:45Z

    CB-8079 use application package name instead of activity package name, 
because the application package name could be different from the activity 
package name

----


> Load splashscreen resource dependend on app package name not activity class 
> package name
> ----------------------------------------------------------------------------------------
>
>                 Key: CB-8079
>                 URL: https://issues.apache.org/jira/browse/CB-8079
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>            Reporter: Daniel Toplak
>
> The splashscreen resource images are loaded by the package name of the 
> activity class. This works as long as the app package name is the same which 
> is the default. 
> But when someone is building several apps out of the the same activity class 
> package, then the resources are no longer found. They should be loaded via 
> the app package name, which should also work in the default scenario.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to