diff --git a/docs/Android Tutorial/Getting-Started-With-Android.md b/docs/Android Tutorial/Getting-Started-With-Android.md index 7b0511f2..6d66bdf4 100644 --- a/docs/Android Tutorial/Getting-Started-With-Android.md +++ b/docs/Android Tutorial/Getting-Started-With-Android.md @@ -130,6 +130,19 @@ Your encrypted message will appear there, just hit Send.* - You’ll receive an SMS confirmation once your message is published to the selected platform. +### How to Delete an Account + +1. Open the app and click the 3 dots + +GatewayAvailable + +2. Click on Setting and scroll down and select Delete account + +GatewayAvailable + +3. Select Delete and comfirm + +GatewayAvailable ### How to Use the On-Device Token Storage Feature @@ -147,7 +160,7 @@ To start storing your access tokens locally on your device: GatewayAvailable - ### 3. Go to the **Publishing**section. + ### 3. Go to the **Publishing** section. GatewayAvailable @@ -186,22 +199,22 @@ Due to Twitter's security limitations, tokens stored on your device can only be Here’s how: - ### 1. After sending a tweet, you’ll receive an **SMS delivery status message**. If you're using an on-device token, this message will include a **refreshed Twitter token**. + 1. After sending a tweet, you’ll receive an **SMS delivery status message**. If you're using an on-device token, this message will include a **refreshed Twitter token**. - ### 2. **Copy the entire SMS message** (as-is). + 2. **Copy the entire SMS message** (as-is). - ### 3. Open the **RelaySMS app** and go to the **Inbox** section. + 3. Open the **RelaySMS app** and go to the **Inbox** section. - ### 4. **Paste** the full SMS message into the inbox. + 4. **Paste** the full SMS message into the inbox. - ### 5. The app will automatically extract and refresh your Twitter token. + 5. The app will automatically extract and refresh your Twitter token. - ### 6. You’re now ready to send your next tweet. + 6. You’re now ready to send your next tweet. Repeat this process **after every Twitter message** if you're using local token storage. diff --git a/static/SAndroid/1.png b/static/SAndroid/1.png new file mode 100644 index 00000000..b51a5978 Binary files /dev/null and b/static/SAndroid/1.png differ diff --git a/static/SAndroid/2.png b/static/SAndroid/2.png new file mode 100644 index 00000000..27006f7c Binary files /dev/null and b/static/SAndroid/2.png differ diff --git a/static/SAndroid/3.png b/static/SAndroid/3.png new file mode 100644 index 00000000..48804315 Binary files /dev/null and b/static/SAndroid/3.png differ