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

Commit b0213dae authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch 'v1-dev' into 'master'

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

See merge request e/apps/espeak-ng!1
parents 855e359e 9a52779d
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>