Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 18, 2024 10:30
Show Gist options
  • Save flushpot1125/0adb7d8becbe6bd1891a684089f3bc5e to your computer and use it in GitHub Desktop.
Save flushpot1125/0adb7d8becbe6bd1891a684089f3bc5e to your computer and use it in GitHub Desktop.
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/playground_activity">
<activity android:name="PlaygroundActivity"
android:exported="true" <!--この行を新規追加 -->
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:configChanges="orientation|keyboardHidden|screenSize">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment