aaravmedia / wordsearch-android

Automatically exported from code.google.com/p/wordsearch-android
GNU General Public License v3.0
0 stars 0 forks source link

respect background data setting? #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ConnectivityManager cm = 
(ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
boolean backgroundEnabled = cm.getBackgroundDataSetting();

Original issue reported on code.google.com by dahl.bre...@gmail.com on 7 Jun 2010 at 1:16

GoogleCodeExporter commented 8 years ago

Original comment by dahl.bre...@gmail.com on 8 Jun 2010 at 1:22

GoogleCodeExporter commented 8 years ago
that seems stupid how could people actually expect the app not to check a high 
score ranking just because they choose not to sync their data?

will reopen if other opinions appear

Original comment by dahl.bre...@gmail.com on 15 Jun 2010 at 1:49