Build: App Signing Info
This screen shows the app signing information and allows the user to copy the signing key details.
Target UI
┌───────────────────────────────┐ │ App Signing Info │ ├───────────────────────────────┤ │ Keystore Path: │ │ /user/keys/myapp.keystore │ │ │ │ Key Alias: myappkey │ │ │ │ SHA-1 Fingerprint: │ │ AB:CD:EF:12:34:56:78:90:AB:CD│ │ │ │ [ Copy Signing Info ] │ └───────────────────────────────┘
Display keystore path, key alias, and SHA-1 fingerprint as text fields.
Add a button labeled 'Copy Signing Info' that copies all signing info to clipboard.
Use a Scaffold with AppBar titled 'App Signing Info'.
Show a SnackBar confirming copy action.
Ensure text is selectable for accessibility.