Android Rotation Anti-Flicker

Eliminate black screen flashes during Android screen rotation with manifest configuration.

3|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/DevonStee/OpenFlip --skill android-rotation-anti-flicker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Android Rotation Anti-Flicker
Source: https://github.com/DevonStee/OpenFlip/tree/main/.agent/skills/user/android-rotation-antiflicker
Command: npx skills add https://github.com/DevonStee/OpenFlip --skill android-rotation-anti-flicker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the jarring black screen flashes and visual glitches that occur when an Android app's screen rotates.

Core Features & Use Cases

  • Flicker-Free Rotation: Ensures seamless transitions between portrait and landscape modes without visual interruptions.
  • Optimized for Custom Views: Particularly effective for apps with full-screen custom drawing or animations.
  • Use Case: If your Android clock app shows a black screen for a split second when rotated, this skill provides the exact steps to fix it.

Quick Start

Apply the Android Rotation Anti-Flicker protocol to the main activity in your Android project.

Frequently Asked Questions about Android Rotation Anti-Flicker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix the black screen flash when my Android app rotates?

To fix the Android rotation black screen flash, configure the manifest with hardcoded window background colors and persist hardware layers for custom views to ensure seamless transitions.

Why does my Android custom view flicker during screen rotation?

Android custom views flicker during screen rotation because the window background redraws without hardware layer persistence, causing visual glitches that require specific manifest configuration to eliminate.

What is the best way to achieve smooth 60fps rotation animations in Android games?

Achieving smooth 60fps rotation animations in Android games requires applying anti-flicker protocols that hardcode window background colors and maintain hardware layer persistence for full-screen custom views.

Can I use this anti-flicker rotation approach for Android media players?

Yes, this anti-flicker rotation approach works for Android media players by applying manifest configuration, hardcoded window background colors, and hardware layer persistence to eliminate visual interruptions during screen transitions.

How do I prevent visual glitches during screen transitions in full-screen Android apps?

Preventing visual glitches during screen transitions in full-screen Android apps involves configuring the manifest, hardcoding window background colors, and persisting hardware layers for custom views to eliminate black screen flashes.

Does eliminating rotation flicker require manifest configuration for Android apps?

Yes, eliminating rotation flicker requires manifest configuration for Android apps, combined with hardcoded window background colors and hardware layer persistence, to ensure smooth portrait and landscape transitions.