• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Activity attribute excludeFromRecents="true" does nothing

New Here ,
May 28, 2014 May 28, 2014

Copy link to clipboard

Copied

I want my app to be excluded from the recent list on Android, but the attribute responsible for that seems doesn't work at all.

Nothing changes if I add it.

            <activity android:name=".AppEntry" android:excludeFromRecents="true">

                <intent-filter>

                    <action android:name="android.intent.action.MAIN"/>

                    <action android:name="android.intent.action.VIEW" />

                    <category android:name="android.intent.category.LAUNCHER"/>

                    <category android:name="android.intent.category.DEFAULT" />

                    <category android:name="android.intent.category.BROWSABLE"/>

                    <data android:scheme="params" android:host="*" android:mimeType="text/*"/>

                    <!--<data android:mimeType="text/plain" />-->

                </intent-filter>

            </activity>

Regards.

TOPICS
Development

Views

953

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines