PeterHdd edited a comment on issue #693: Source and destination must not be the 
same.
URL: https://github.com/apache/cordova-android/issues/693#issuecomment-539542100
 
 
   It worked with `cordova-android-permission`, I added the following in the 
`config.xml`:
   
   ```
           <config-file parent="/*" target="AndroidManifest.xml">
               <uses-permission 
android:name="android.permission.READ_PHONE_STATE" />
           </config-file>
   ```
   Then added the plugin again, then I added the android platform and it worked.
   
   Now for the build.
   
   Im not sure what the problem is, but it seems its all related to this plugin 
and `<config-file>` as @cambooo commented before

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to