Overview
The EMDK for Android allows you to add or remove APNs to a Symbol device.
The available actions are:
- Add/Replace named APN
- Remove existing named APN
- Remove all existing APNs
This sample application will allow you to Add/Replace named APN and remove existing named APN.
Note: Although this sample may work with previous versions of the EMDK, it is advised to update the EMDK runtime on your device before loading this sample.
Requirements
Android API 19 must be installed via the SDK Manager before attempting to load this sample.
Loading the Sample Application
The following guide will walk you through setting up the EMDK samples in your IDE.
Using This Sample
When the application starts it should look like the following.
![img](gprs_1.png)
Select Add/Remove named APN
Provide APN Name (Ex. "Test_APN") and check the checkbox "Replace if exist".
![img](gprs_3.png)
Provide the applicable APN details such as:
Access Point: wap.cingular
Use Name: WAP@CINGULARGPR.COM
Password: CINGULAR1
![img](gprs_4.png)
Click "Apply" button.
Check the status field.