Loading packages/SystemUI/src/com/android/systemui/quicksettings/GPSTile.java +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ public class GPSTile extends QuickSettingsTile implements LocationSettingsChange return true; } }; mCurrentMode = Settings.Secure.getInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); updateTile(); } private void changeLocationMode(){ Loading Loading
packages/SystemUI/src/com/android/systemui/quicksettings/GPSTile.java +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ public class GPSTile extends QuickSettingsTile implements LocationSettingsChange return true; } }; mCurrentMode = Settings.Secure.getInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); updateTile(); } private void changeLocationMode(){ Loading