• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to edit R.raw.file and update it

Hi!

I have a R.raw.file, and there a important data there, but sometimes i need to update this data and could not find an way to do this.
I tried FileOutputStream and other way. Like below.
String value = "123456"
buffer = value.getBytes();
this.getResources().openRawResourceFd(R.raw.file).createOutputStream().write(buffer);

But I got a Bad File Number exception.

Anyone knows an way to update R.raw.file content?

thanks
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones