diff --git a/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/integration/standard_integration.md b/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/integration/standard_integration.md
index ce887d64202..bd109e81a5d 100644
--- a/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/integration/standard_integration.md
+++ b/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/integration/standard_integration.md
@@ -195,19 +195,7 @@ Braze.configure(this, brazeConfig)
If you'd like manually register FCM tokens instead, you can call [`Braze.setRegisteredPushToken()`](https://braze-inc.github.io/braze-android-sdk/kdoc/braze-android-sdk/com.braze/-braze/registered-push-token.html) inside your app's [`onCreate()`](https://developer.android.com/reference/android/app/Application.html#onCreate()) method.
{% endalert %}
-### Step 8: Remove unnecessary permissions
-
-With your new push integration set up, the following permissions are no longer needed by Braze in your project's `braze.xml` file:
-
- ```xml
-
-
-
-
-
- ```
-
-### Step 9: Remove automatic requests in your application class
+### Step 8: Remove automatic requests in your application class
To prevent Braze from triggering unnecessary network requests everytime you send silent push notifications, remove any automatic network requests configured in your `Application` class's `onCreate()` method. For more information see, [Android Developer Reference: Application](https://developer.android.com/reference/android/app/Application).
diff --git a/_docs/_help/help_articles/push/push_error_codes.md b/_docs/_help/help_articles/push/push_error_codes.md
index c4c32018d11..737d04545f8 100644
--- a/_docs/_help/help_articles/push/push_error_codes.md
+++ b/_docs/_help/help_articles/push/push_error_codes.md
@@ -18,7 +18,7 @@ Check out these common error messages for push messaging:
{% tabs %}
{% tab Android %}
### Push bounced: MismatchSenderId
-`MismatchSenderId` indicates an authentication failure. Google Cloud Messaging (GCM) authenticates with a couple key pieces of data: senderID and FCM API key. These should both be validated for accuracy. For more information see the [Android documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref#error-codes) about this issue.
+`MismatchSenderId` indicates an authentication failure. Firebase Cloud Messaging (FCM) authenticates with a couple key pieces of data: senderID and FCM API key. These should both be validated for accuracy. For more information see the [Android documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref#error-codes) about this issue.
Common failures may include:
- Bad [senderID]({{site.baseurl}}/developer_guide/platform_integration_guides/android/push_notifications/integration/standard_integration/#step-1-enable-firebase)
diff --git a/_includes/image_specs.md b/_includes/image_specs.md
index a0d93ba7d63..10000100681 100644
--- a/_includes/image_specs.md
+++ b/_includes/image_specs.md
@@ -17,7 +17,6 @@ We recommend the following payload sizes:
| --- | --- |
| iOS (pre-iOS 8) | 0.256 KB |
| iOS (post-iOS 8) | 2 KB |
-| Android (GCM) | 2 KB |
| Android (FCM) | 4 KB |
{: .reset-td-br-1 .reset-td-br-2}