You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Julien Bouquillon (JIRA)" <ji...@apache.org> on 2016/03/18 11:29:33 UTC

[jira] [Commented] (CB-8159) Add Support for "android:name" in application tag in AndroidManifest.xml

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

Julien Bouquillon commented on CB-8159:
---------------------------------------

i guess you can do this by adding that logic in https://github.com/apache/cordova-android/blob/master/bin/templates/cordova/lib/prepare.js

> Add Support for "android:name" in application tag in AndroidManifest.xml
> ------------------------------------------------------------------------
>
>                 Key: CB-8159
>                 URL: https://issues.apache.org/jira/browse/CB-8159
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android, CLI
>    Affects Versions: 3.5.0
>            Reporter: Arne Sikström
>
> To be able to use the Push feature in the Parse SDK the SDK requires that an Application.onCreate() initializes the SDK.
> https://www.parse.com/docs/push_guide#troubleshooting/Android
> This is also described in this Stackoverflow topic: http://stackoverflow.com/questions/25038694/how-do-i-get-parse-com-push-notifications-working-in-a-cordova-phonegap-android
> I have a plugin (https://github.com/FrostyElk/cordova-parse-plugin) that works fine if I manually update the AndroidManifest with android:name="se.frostyelk.cordova.parse.plugin.ParsePluginMainApplication".
> To be able to use the plugin in a Cloud build like Intel XDK or Phonegap Build I need a way to automate this, preferably in the plugin.xml.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org