mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Never use @string/* as Auto Name
This commit is contained in:
parent
d1ef217895
commit
304412dee5
1 changed files with 2 additions and 2 deletions
|
|
@ -893,11 +893,11 @@ def fetch_real_name(app_dir):
|
||||||
name2 = matches.group(1)
|
name2 = matches.group(1)
|
||||||
if name2 is not None:
|
if name2 is not None:
|
||||||
return name2
|
return name2
|
||||||
|
|
||||||
if name is not None:
|
|
||||||
return name
|
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
else:
|
||||||
|
return name
|
||||||
|
|
||||||
# Extract some information from the AndroidManifest.xml at the given path.
|
# Extract some information from the AndroidManifest.xml at the given path.
|
||||||
# Returns (version, vercode, package), any or all of which might be None.
|
# Returns (version, vercode, package), any or all of which might be None.
|
||||||
# All values returned are strings.
|
# All values returned are strings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue