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

Search results

  1. Mauro Esposito

    Hello friends!

    Hello guys :D I found this forum just 1 hour ago and now here I am! See you in posts :P
  2. Mauro Esposito

    Apps NetworkStatsManager querySummaryForDevice strange results

    I want to get the mobile data consumption for a given range of date (1, 2, 5, 10 or 15 minutes) with the querySummaryForDevice method of NetworkStatsManager. This is my code: public static long getTotalTrafficInRange(Context context, Date fromDate, Date toDate) throws...