Skip to content

Commit 1eb4683

Browse files
authored
Merge pull request #515 from OneSignal/doc/migration_android-NSE-detail
[Add] Android NSE detail to migration guide
2 parents 83cb08a + d94669b commit 1eb4683

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MIGRATION.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,11 @@ void onIAMTriggedAction(InAppMessageAction action) {
10141014
</td>
10151015
<tr>
10161016
</table>
1017+
1018+
#### Android - Background Notification Control
1019+
If you added native Android code to your app to handle notifications with the Notification Extender Service (NES) make sure to follow the
1020+
[Background Notification Control part of the native Android migration guide](https://documentation.onesignal.com/docs/40-api-android-native#background-notification-control).
1021+
* Search for `com.onesignal.NotificationExtender` in your `AndroidManifest.xml` as an indicator if you set this up in the 2.x.x SDK.
10171022

10181023
#### Other
10191024

@@ -1081,4 +1086,4 @@ OneSignal.EnableSound(true);
10811086
<b>REMOVED</b> - Stopped working in Android 8+ due to a breaking change. To customize going forward, use
10821087
<a href="https://documentation.onesignal.com/docs/android-notification-categories">Notification Categories (Channels)</a>.
10831088
</td>
1084-
</table>
1089+
</table>

0 commit comments

Comments
 (0)