如何讓app不出現在開啟紀錄當中

如何讓app不出現在開啟紀錄當中

如果想要讓app開啟後關閉, 不會出現在過往歷程可以到manifest上面設定

<activity
    android:name="sample.givemepass.personal"
    android:excludeFromRecents="true" />