Preferences_Activity

abstract class Preferences_Activity

Author

martin

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Error level to be printed
Link copied to clipboard
When to use the large screen display

Properties

Link copied to clipboard
protected open var Backup_Manager: BackupManager
a backup manager is need to notify the backup management of changes.
Link copied to clipboard
protected val Default_Print_Buffer_Size: Int = 8192
default printout size
Link copied to clipboard
val Large_Screen: String = "Large_Screen"
preference key controlling the the use of the large screen layout
Link copied to clipboard
private val REQUEST_FOREGROUND_RESULT: Int = 20210218
the result code for the storage request.
Link copied to clipboard
private val REQUEST_STORAGE_RESULT: Int = 4144
the result code for the storage request.
Link copied to clipboard
private val TAG: String
logging tag

Functions

Link copied to clipboard
protected open fun Acquire_Foreground_Permission()
Check and acquire the right to run in foreground.
Link copied to clipboard
open fun After_Views()
Called when the views are prepared.
Link copied to clipboard
protected abstract fun Directory_Locator(): Uri
protected abstract fun Directory_Locator(value: Uri)
Link copied to clipboard
open fun onActivityResult(Request_Code: Int, Result_Code: Int, Result_Data: Intent)
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: Array<Int>)
Callback for the result from requesting permissions.