Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
マニフェストを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Aug 15, 2023
1 parent 9c62ef7 commit cad8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
tools:ignore="ProtectedPermissions" />

<application
android:appCategory="productivity"
android:label="DchaState Changer"
android:theme="@android:style/Theme.DeviceDefault"
tools:ignore="MissingApplicationIcon">
Expand All @@ -30,6 +29,7 @@
android:excludeFromRecents="true"
android:exported="true"
android:icon="@android:mipmap/sym_def_app_icon"
android:launchMode="singleInstance"
android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit cad8527

Please sign in to comment.