2017-04-27 100 views
3

什麼是android:persistent =「true」屬性?Android持久性的用途是什麼?

<application 
    android:fullBackupContent="true" 
    android:icon="@mipmap/ic_launcher" 
    android:label="@string/app_name" 
    android:persistent="true" 
    android:largeHeap="true" 
    android:supportsRtl="true" 
    android:theme="@style/AppTheme1"> 
</application> 
+0

https://developer.android.com/guide/topics/manifest/application-element.html –

回答

3

閱讀官方指導線約android:persistent

應用是否應該保留在任何時候運行 - 「真」,如果它應該和「假」如果不是。默認值是「false」。 應用程序通常不應該設置此標誌;持久性模式是 僅適用於某些系統應用程序。