Merge pull request #1005 from mfleisz/shortcutfix
Android: Fixed shortcut launching
This commit is contained in:
commit
bcf2639906
@ -32,6 +32,9 @@
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
android:noHistory="true"
|
||||
android:excludeFromRecents="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity-alias android:name=".services.SessionRequestHandlerActivity"
|
||||
|
Loading…
Reference in New Issue
Block a user