Skip to content

OboeTester: Fix build compliance, string formatting#2393

Open
guan27 wants to merge 1 commit into
google:mainfrom
guan27:minor-fixes
Open

OboeTester: Fix build compliance, string formatting#2393
guan27 wants to merge 1 commit into
google:mainfrom
guan27:minor-fixes

Conversation

@guan27

@guan27 guan27 commented Jul 3, 2026

Copy link
Copy Markdown
  • Fix AAPT2 string format specifiers in strings.xml by adding explicit positional indices (%1$d, %2$s, etc.) required for multi-argument formatted strings, and remove trailing stray double quotes.
  • Replace BuildConfig.APPLICATION_ID with getPackageName() in TestInputActivity.java to remove hard dependency on AGP-generated

- Fix AAPT2 string format specifiers in strings.xml by adding explicit
  positional indices (%1$d, %2$s, etc.) required for multi-argument
  formatted strings, and remove trailing stray double quotes.
- Replace BuildConfig.APPLICATION_ID with getPackageName() in
  TestInputActivity.java to remove hard dependency on AGP-generated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant