Skip to content

Commit

Permalink
update the Android migration docs (#652)
Browse files Browse the repository at this point in the history
* update the Android migration docs

* address review comments

* fix format
  • Loading branch information
yangyansong-adbe authored Jul 26, 2024
1 parent 3b03c1e commit 6ef49ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/resources/migration/android/migrate-to-2x.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ The `registerExtension` API for each extension is deprecated in the 2.x version
| com.adobe.marketing.mobile.PlacesPOI | Moved into **places** subpackage. Update import statements to reference **com.adobe.marketing.mobile.places.PlacesPOI** |
| com.adobe.marketing.mobile.PlacesRequestError | Moved into **places** subpackage. Update import statements to reference **com.adobe.marketing.mobile.places.PlacesRequestError** |

### Network Override

The helper classes mentioned below for overriding the network service have been removed starting in the 2.x version of the mobile SDK. If you have implemented code to override network services, you will need to update it according to the guidance provided in this [documentation](https://developer.adobe.com/client-sdks/home/base/mobile-core/platform-services/network-service/).

#### Removed classes

* `AndroidNetworkServiceOverrider`
* `AndroidNetworkServiceOverrider.HTTPConnectionPerformer`
* `AndroidNetworkServiceOverrider.Connecting`

## Frequently asked questions

### Is there a change in minimum API level supported by Mobile SDK for Android?
Expand Down

0 comments on commit 6ef49ec

Please sign in to comment.