summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2022-04-05 06:01:16 +0530
committeralk3pInjection <webmaster@raspii.tech>2024-04-27 03:30:00 +0800
commit2291e3cfa95e64354f129101b965a66f58e9cc23 (patch)
treeb4643e8baa376b55166d424e3da79f5fe3cc5fcc
parent0122999ee9225fa6db6b4f9b9e46643d7e4c63ae (diff)
AudioFX: Disable iconHEADumineko
Change-Id: I0b34ed030c6625481a723b06ada37f2ebfa4c02c
-rw-r--r--AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b4cfef4..02324fd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -46,10 +46,6 @@
android:launchMode="singleInstance"
android:configChanges="locale|orientation">
<intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- <intent-filter>
<action android:name="android.media.action.DISPLAY_AUDIO_EFFECT_CONTROL_PANEL"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>