%% seems to be all that works for me. For example:
<string name="num_percent">%1$d %%</string>
with
String oneHundredPercentString = getString(R.string.num_percent, 100); // This gives "100 %"
%% seems to be all that works for me. For example:
<string name="num_percent">%1$d %%</string>
with
String oneHundredPercentString = getString(R.string.num_percent, 100); // This gives "100 %"