Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a52779d authored by Mohit Mali's avatar Mohit Mali
Browse files

Removed launcher intent from AndroidManifest.xml to make it invisible from launcher app

parent 0352616d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -65,11 +65,6 @@
        <activity
            android:name=".eSpeakActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>