muhomorr
muhomorr
Does Google Fi app have the Phone permission?
Google Fi log says that it doesn't have the Phone permission. Did Google Fi have Phone permission at the time log was captured? Does Play services app have the Phone...
This is not a new crash, it just wasn't visible in the UI before. Next release will disable these notifications by default.
There was no UI of any kind for these crashes before the current release. This is a bug in adb.
You use a Pixel 8 Pro I assume?
Turning `RemoteVerifyJob.DOMAIN` constant into a BuildConfig constant would allow to simplify these changes a lot. See Apps app for an example: https://github.com/GrapheneOS/Apps/blob/9bb136db0aacfbaef8c5ffe3c8980eb582087dba/app/build.gradle.kts#L50 https://github.com/GrapheneOS/Apps/blob/9bb136db0aacfbaef8c5ffe3c8980eb582087dba/app/src/main/java/app/grapheneos/apps/core/RepoRetriever.kt#L26
Are you using a VPN? It seems that some of them falsely claim that device is online when it isn't, or isn't yet.
@dm-canteen Are internet connectivity checks enabled in Settings -> Network & internet -> Internet connectivity checks ?
I've reproduced this issue by disabling internet connectivity checks, connecting to a Wi-Fi network with no internet access and then running the UpdateCheckJob: `adb shell cmd jobscheduler run app.grapheneos.apps 1001`
What's the impact on release APK size?