Re: [android-developers] File handling in android

2011-04-04 Thread Gauri Vale
But I want to create a file in android application which will use my jar file containing pure java classes. Like api in android openFileOutput(test.txt, Context.MODE_PRIVATE) which creates files private to app's package, I want to do the same but code is in java and I don't know the android

Re: [android-developers] Re: File handling in android

2011-04-04 Thread Gauri Vale
thnx On Sun, Apr 3, 2011 at 3:37 AM, lbendlin l...@bendlin.us wrote: getPackageName() -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: NetworkStatsManager with api < 23

2016-09-14 Thread gauri vale
I am also looking for the same. You can use TrafficStats for API level below 23. On Tuesday, 12 July 2016 17:30:44 UTC+5:30, Moaz Rashad wrote: > > Hello all, > > is there away to use NetworkStatsManager with API level < 23 ? > is there exist in any support library ? > > -- You received this