You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add support to the Android editor for signing and verifying Android apks
- Apk signing and verification is enabled using the apksig library from ac5cbb07d8
This commit is contained in:
@@ -113,6 +113,10 @@ class FileAccessHandler(val context: Context) {
|
||||
|
||||
private fun hasFileId(fileId: Int) = files.indexOfKey(fileId) >= 0
|
||||
|
||||
fun canAccess(filePath: String?): Boolean {
|
||||
return storageScopeIdentifier.canAccess(filePath)
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a positive (> 0) file id when the operation succeeds.
|
||||
* Otherwise, returns a negative value of [Error].
|
||||
|
||||
Reference in New Issue
Block a user