@doorstepai/dropoff-sdk 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -184,6 +184,8 @@ In your `AndroidManifest.xml`, include the following permissions:
|
|
|
184
184
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
185
185
|
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
|
186
186
|
<uses-permission android:name="android.permission.HIGH_SAMPLING_RATE_SENSORS" />
|
|
187
|
+
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />
|
|
188
|
+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
187
189
|
|
|
188
190
|
<uses-feature android:name="android.hardware.sensor.accelerometer" />
|
|
189
191
|
<uses-feature android:name="android.hardware.sensor.gyroscope" />
|