diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index 30ed2f1bc..816b9a333 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -8,7 +8,6 @@
-
diff --git a/packages/react-native/src/types/Notification.ts b/packages/react-native/src/types/Notification.ts
index b01643f48..9dcae1761 100644
--- a/packages/react-native/src/types/Notification.ts
+++ b/packages/react-native/src/types/Notification.ts
@@ -251,6 +251,11 @@ export interface NotificationPressAction {
* On Android; when provided to a notification action, the action will only open you application if
* a `launchActivity` and/or a `mainComponent` is provided.
*
+ * Requires the following permission to be added to your `AndroidManifest.xml`:
+ * ```xml
+ *
+ * ```
+ *
* Please see the [FullScreen Action](/react-native/docs/android/behaviour#full-screen) document to learn more.
*/
export interface NotificationFullScreenAction {