You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library auto-initializes using a `ContentProvider` — no manual setup needed.
64
+
65
+
### Customizing init order
66
+
67
+
The `ContentProvider` uses `android:initOrder` to control initialization priority relative to other providers. The default value is `100`. Higher values mean the provider is initialized earlier.
68
+
69
+
Override the priority in your app's `res/values/integers.xml` (or any values resource file):
<stringname="dialog_rationale_coarse_location">We need GPS Location in background so that we can guide you when you are at that locations</string>
8
-
<stringname="button_allow">Allow</string>
9
-
<stringname="button_reject">Reject</string>
7
+
<stringname="geofencer_dialog_rationale_coarse_location">We need GPS Location in background so that we can guide you when you are at that locations</string>
0 commit comments