views:

33

answers:

1

hello all.

i want to acquire Android Device VRAM size.

Is there a method for acquisition from the program?

thank you.

A: 

I suspect that android.os.StatFs is what you're looking for:

http://developer.android.com/reference/android/os/StatFs.html

Trevor Johns
I'd wager that stat has little to do with video ram size.
Yann Ramin