- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
after I added
android.permission.WRITE_EXTERNAL_STORAGE
to android build settings: Add Permissions
then create the package, it is not added to config.xml
Then I try to add to intelxdk.config.additions.xml instead as:
<platform name="android">
	    <config-file target="AndroidManifest.xml" parent="/*">
	      <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
	    </config-file>
	</platform>
but config.xml only contain this:
<config-file target="AndroidManifest.xml" parent="/*">
	      </config-file>
Is it a bug and how can I add the permission?
- Tags:
- HTML5
- Intel® XDK
Link Copied
		1 Reply
	
		
		
			
			
			
					
	
			- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the Build Settings field for additional permissions, did you add it as "WRITE_EXTERNAL_STORAGE" or as "android.permission.WRITE_EXTERNAL_STORAGE"? You need to use the shorter one (the first example).
 
					
				
				
			
		
					
					Reply
					
						
	
		
				
				
				
					
						
					
				
					
				
				
				
				
			
			Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page