mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 13:09:30 +02:00
Added foreground service option + other updates
This commit is contained in:
@@ -498,4 +498,13 @@ class SettingsProvider with ChangeNotifier {
|
||||
prefs?.setBool('shizukuPretendToBeGooglePlay', val);
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
bool get useFGService {
|
||||
return prefs?.getBool('useFGService') ?? false;
|
||||
}
|
||||
|
||||
set useFGService(bool val) {
|
||||
prefs?.setBool('useFGService', val);
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user