Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple variable forwarding in "android:label" #30

Open
kefir500 opened this issue Aug 26, 2015 · 0 comments
Open

Multiple variable forwarding in "android:label" #30

kefir500 opened this issue Aug 26, 2015 · 0 comments
Assignees

Comments

@kefir500
Copy link
Owner

Currently android:label is read by value or by value of the variable.

Scenario Result

  • android:label refers to the application name.
Works

  • android:label refers to @string/app_name;
  • @string/app_name refers to the application name.
Works

  • android:label refers to @string/app_name;
  • @string/app_name refers to @string/app_name_label.
  • @string/app_name_label refers to the application name;
Does not work

Example APK

@kefir500 kefir500 added the bug label Aug 26, 2015
@kefir500 kefir500 self-assigned this Aug 26, 2015
@kefir500 kefir500 added this to the v1.6.0 milestone Aug 26, 2015
@kefir500 kefir500 removed this from the v1.6.0 milestone Nov 8, 2015
@kefir500 kefir500 added the api label Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant