Meshtastic-Android/app
andrekir ca537becd1 fix: register Bluetooth and USB receivers using RECEIVER_EXPORTED flag
https://developer.android.com/develop/background-work/background-tasks/broadcasts#context-registered-receivers

Note from Step 4.:
"Some system broadcasts come from highly privileged apps, such as Bluetooth and telephony, that are part of the Android framework but do not run under the system's unique process ID (UID). To receive all system broadcasts, including broadcasts from highly privileged apps, flag your receiver with RECEIVER_EXPORTED."
2024-08-03 07:47:18 -03:00
..
schemas/com.geeksville.mesh.database.MeshtasticDatabase feat: support for switching between devices (#1078) 2024-06-08 10:25:47 -03:00
src fix: register Bluetooth and USB receivers using RECEIVER_EXPORTED flag 2024-08-03 07:47:18 -03:00
.gitignore gitignore 2020-02-19 10:54:29 -08:00
build.gradle 2.4.0 2024-07-28 09:53:11 -03:00
google-services-example.json mock google-services in CI builds 2020-04-02 22:07:35 -07:00
google-services.json for now use my local google-services settings (for crashlytics) 2020-03-01 16:39:53 -08:00
proguard-rules.pro chore: disable code shrinking and optimization 2024-05-19 08:30:53 -03:00