mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Never use @string/* as Auto Name
This commit is contained in:
parent
d1ef217895
commit
304412dee5
@ -893,10 +893,10 @@ def fetch_real_name(app_dir):
|
||||
name2 = matches.group(1)
|
||||
if name2 is not None:
|
||||
return name2
|
||||
return ''
|
||||
|
||||
if name is not None:
|
||||
else:
|
||||
return name
|
||||
return ''
|
||||
|
||||
# Extract some information from the AndroidManifest.xml at the given path.
|
||||
# Returns (version, vercode, package), any or all of which might be None.
|
||||
|
Loading…
Reference in New Issue
Block a user