Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add ignorenetworkstate restriction, to allow tunnel over USB
* Add to app_restrictions.xml
* Parse restriction value into SharedPreferences
Co-authored-by: Eliyahu Stern <estern@digital.ai>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
External authenticator apps may need to start background
activities (for example, to allow users enter a pin code), but
starting from Android 14, if the app bound to the service is
targeting Android 14 or higher, it no longer allows the app that
has the service to start a background activity by default. We
need to add flag BIND_ALLOW_ACTIVITY_STARTS to allow the
external authenticator app to start background activities.
|
|
|
|
|
|
|
|
autostarts
|
|
|
|
|
|
With other services no longer being able to easily request permissions
the service needs now its own way to request permissions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Align test implementation kotlin dependency
- Re-add core.ktx dependency
|
|
|
|
dependencies a little neater
- Sort project dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|