Data usage on android even though I'm not doing anything?

A friend is checking out a beta build, and asked why it said it needed network access, and I passed on the answer I’d been given – it doesn’t, that’s just a build artefact that I can fix somehow once I have a real Android SDK and developer license to sign things with.

Well.

The app is using data.

How do I stop this? My app does exactly nothing for which there is any reason for it to use data. I want to eliminate all the preferences/permissions I’m not actually using (the sum total of which is: I want to be able to create a single small text file.) [import]uid: 143026 topic_id: 27219 reply_id: 327219[/import]

Update: Probably that I forgot the launchPad = false line. Will investigate more. [import]uid: 143026 topic_id: 27219 reply_id: 110555[/import]