Questions tagged [android-data-usage]
49 questions
0
votes
0 answers
How can I limit mobile data usage for other users(multi-users) of my Android phone
The other users (like guest or any other, referred as multi-users) of my phone use too much mobile data. I don't want to completely deny the permission to use it but set a limit on it. A limit which doesn't just notify of limit crossing but I want…

Alex
- 1
0
votes
0 answers
where data usage tracker file is saved in android device?
I want information about data usages of android device and want to show a graph from that.
I'm getting memory information from the adb command but not getting a way to find data usage of mobile and wifi network.
I searched for adb command…
0
votes
0 answers
Android get network data usage between two time stamps
I need to get the approximately precise data count for Rx and Tx between two timestamps. The granularity should be here minutes, e.g daily summaries are not sufficient. Is this information logged in Android? I first thought about implementing a…

k_o_
- 5,143
- 1
- 34
- 43
0
votes
0 answers
How do I get the data usage of applications from adb logs?
I want to automate the apps which are running in background or in foreground and how much data the app is consuming.
Where do I get this info in adb logs ? like if any keyword is there for network data usage then it would be helpful for me

PRIYANKA DHIVARE
- 1
- 1
0
votes
0 answers
How to find the data usage of system software update in android?
In my application i want to show the data usage of software update. When the user's device update is available and user download and install the device update over the wifi or mobile data. Is there any way to calculate the data usage of system…
0
votes
1 answer
Data usage on flutter
So I am working on a flutter app for streaming, however it's data consumption seems crazy. Just to load the home screen with just thumbnails and titles, it consumes about 12.4 mb and if reloading that, doubles that amount.
Is there a way to optimise…

Ngodiseni Netshifhefhe
- 163
- 1
- 6
0
votes
1 answer
null bucket in NetworkStats.Bucket (querySummaryForDevice) Android
This is my code
Calendar startCalendar;
Calendar stopCalendar;
startCalendar= Calendar.getInstance();
stopCalendar=Calendar.getInstance();
startCalendar.set(2020,10,2,0,0);
…

Sreejith N S
- 380
- 1
- 4
- 11
0
votes
0 answers
Permission to use mobile data on android application
i have made an update to my app present in playstore. my problem is that after publishing the update, on some phones(like mine "xiaomi Poco F1") when i installed the app, data usage restriction was turned on to wifi only.
So how to add permission to…

user3710293
- 17
- 3
0
votes
0 answers
ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.DATA_USAGE_SETTINGS }
In my app, I am trying to use Android's Settings.ACTION_DATA_USAGE_SETTINGS intent to open the device's Data usage screen.
The documentation for Settings.ACTION_DATA_USAGE_SETTINGS says:
Activity Action: Show settings to allow configuration of data…

ban-geoengineering
- 18,324
- 27
- 171
- 253
0
votes
0 answers
How to get data(mobile and wifi) usage of each application in android?
How to get data (mobile and wifi) usage of each application in android?
Hello guys,
I want to know that how much data (mobile and wifi) used by each application. Actually I need a solution which gives data usage of applications in a given time…

Haresh Solanki
- 11
- 4
0
votes
1 answer
How to get Overall (not application specific)data usage from particular time period?
I am working on a wifi data usage research and want to develop a program like,When user click on a button the device is already connected to wifi will start computing data usage and on same button click it will stop computing data usage and give me…

madhu makwana
- 49
- 1
- 7
0
votes
0 answers
How to get total data usage in Android 4.4
I already tried to use TrafficStats but it s not the answer of my problem, cause it only gets total data since device reboot, but in my project i must continue to keep data usage even before reboot, i also consider that to write total data in a file…

Maide Nur Oğul
- 1
- 1
- 1
0
votes
2 answers
How to get Data usage on android by both wifi and Mobile data?
I need to get a data usage on each application installed on a android mobile.
Ex: I installed YouTube application on my mobile i need to get data usage of YouTube app by wifi and mobile data.
Excepted result:
YouTube - Wifi - 500MB.
YouTube -…

S.Sathya Priya
- 470
- 1
- 5
- 19
0
votes
2 answers
Display a Snackbar in a fragment after deleting an item from the database?
I am looking for a way to have a Snackbox pop up at the bottom of the display when the user deletes an item from the database using the caseR.id.delete:. Below I have attached code from the fragment. If you need more of my code from different areas,…

Tristan Miller
- 3
- 2
0
votes
0 answers
How to calculate remaining internet data balance in android?
For an instance, 2 days before, I've purchased 500 MB of data plan, say
30-3-2016. Which means i'm using that data plan till now. Here whats my requirement is, I want to show the remaining data balance of that purchased plan. How to achieve…

manick k
- 25
- 10