mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Update sku
This commit is contained in:
parent
a4faba4754
commit
95bde215b4
@ -50,7 +50,7 @@ public class Billing {
|
||||
public static final String SUPPORTER_SKU = "pcapdroid_supporter";
|
||||
public static final String NO_ADS_SKU = "no_ads";
|
||||
public static final String MALWARE_DETECTION_SKU = "malware_detection";
|
||||
public static final String FIREWALL_SKU = "firewall";
|
||||
public static final String FIREWALL_SKU = "no_root_firewall";
|
||||
public static final List<String> ALL_SKUS = Arrays.asList(
|
||||
SUPPORTER_SKU, NO_ADS_SKU, MALWARE_DETECTION_SKU, FIREWALL_SKU
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user