Skip to content

Commit e4b72f5

Browse files
committed
updated
1 parent 540cb45 commit e4b72f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/notification-hubs/notification-hubs-kindle-amazon-adm-push-notification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,15 +321,15 @@ In this tutorial, you create/update code to do the following tasks:
321321
mNotificationManager.notify(NOTIFICATION_ID, mBuilder.build());
322322
}
323323
```
324-
## Update MainActivity class to create an ADM object
324+
## Update MainActivity class
325325
1 In the `MainActivity.java` file, add the following import statements:
326326
327327
```java
328328
import android.os.AsyncTask;
329329
import android.util.Log;
330330
import com.amazon.device.messaging.ADM;
331331
```
332-
8. Add the following code at the end of the `OnCreate` method:
332+
2. Add the following code at the end of the `OnCreate` method:
333333
334334
```java
335335
final ADM adm = new ADM(this);

0 commit comments

Comments
 (0)