Do you feel limited too by the android manifest and not being able to edit it?

Have you seen the latest daily build?

It appears this could be coming sooner then later :slight_smile:

Mac/Windows: Updated the ā€œbuild.settingsā€ file for all sample projects to include Android permissions INTERNET, READ_PHONE_STATE, or ACCESS_NETWORK_STATE if needed. (In preparation to remove all default Android permissions.) [import]uid: 33275 topic_id: 35160 reply_id: 141663[/import]

How did I miss that?
But the key phrase is ā€œ(In preparation to remove all default Android permissions.)ā€
[import]uid: 70847 topic_id: 35160 reply_id: 141666[/import]

This is good news. Guess the feedback form works :slight_smile:
[import]uid: 100901 topic_id: 35160 reply_id: 141668[/import]

@swipeware am going to try your advice of http://code.google.com/p/android-apktool/ tonight.
[import]uid: 100901 topic_id: 35160 reply_id: 141567[/import]

would be curious to hear if you’re successful with apktool - I tried using it a while back to no avail but it’s possible I was doing something stupid. I was able to unpack, but when I repacked, the resulting apk couldn’t load onto my device. I *think* I even tried unpacking/repacking without making any changes in case it was something with the change I was trying, but still had the problem … but it was a little while ago so my memory is fuzzy [import]uid: 32462 topic_id: 35160 reply_id: 141583[/import]

you have to use jarsigner I think to resign the apk. So far it seems to have worked.
@swipeware gave me some tips on using a ziptool to finish it off. [import]uid: 100901 topic_id: 35160 reply_id: 141655[/import]

Have you seen the latest daily build?

It appears this could be coming sooner then later :slight_smile:

Mac/Windows: Updated the ā€œbuild.settingsā€ file for all sample projects to include Android permissions INTERNET, READ_PHONE_STATE, or ACCESS_NETWORK_STATE if needed. (In preparation to remove all default Android permissions.) [import]uid: 33275 topic_id: 35160 reply_id: 141663[/import]

How did I miss that?
But the key phrase is ā€œ(In preparation to remove all default Android permissions.)ā€
[import]uid: 70847 topic_id: 35160 reply_id: 141666[/import]

This is good news. Guess the feedback form works :slight_smile:
[import]uid: 100901 topic_id: 35160 reply_id: 141668[/import]