add text description for DisabledAlgorithm and KnownVuln anti-features
This commit is contained in:
parent
e76aa0390d
commit
fb8cbd04c3
@ -543,6 +543,10 @@ public class AppDetailsRecyclerViewAdapter
|
|||||||
return itemView.getContext().getString(R.string.antiupstreamnonfreelist);
|
return itemView.getContext().getString(R.string.antiupstreamnonfreelist);
|
||||||
case "NonFreeAssets":
|
case "NonFreeAssets":
|
||||||
return itemView.getContext().getString(R.string.antinonfreeassetslist);
|
return itemView.getContext().getString(R.string.antinonfreeassetslist);
|
||||||
|
case "DisabledAlgorithm":
|
||||||
|
return itemView.getContext().getString(R.string.antidisabledalgorithmlist);
|
||||||
|
case "KnownVuln":
|
||||||
|
return itemView.getContext().getString(R.string.antiknownvulnlist);
|
||||||
default:
|
default:
|
||||||
return af;
|
return af;
|
||||||
}
|
}
|
||||||
|
@ -203,6 +203,8 @@ This often occurs with apps installed via Google Play or other sources, if they
|
|||||||
<string name="antinonfreedeplist">This app depends on other non-free apps</string>
|
<string name="antinonfreedeplist">This app depends on other non-free apps</string>
|
||||||
<string name="antiupstreamnonfreelist">The upstream source code is not entirely Free</string>
|
<string name="antiupstreamnonfreelist">The upstream source code is not entirely Free</string>
|
||||||
<string name="antinonfreeassetslist">This app contains non-free assets</string>
|
<string name="antinonfreeassetslist">This app contains non-free assets</string>
|
||||||
|
<string name="antidisabledalgorithmlist">This app has a weak security signature</string>
|
||||||
|
<string name="antiknownvulnlist">This app contains a known security vulnerability</string>
|
||||||
|
|
||||||
<string name="display">Display</string>
|
<string name="display">Display</string>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user