We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba969d3 + 167fd2a commit 5b51c63Copy full SHA for 5b51c63
app-policies/navigation/com.google.android.apps.maps.json
@@ -0,0 +1,18 @@
1
+{
2
+ "type": "Fixed",
3
+ "packageName": "com.google.android.apps.maps",
4
+ "category": "NAVIGATION",
5
+ "networkPolicy": {
6
+ "mode": "BLACKLIST",
7
+ "spec": {
8
+ "type": "HostList",
9
+ "hosts": [
10
+ "peoplestack-pa.googleapis.com",
11
+ "treetviewpixels-pa.googleapis.com",
12
+ "gz0.googleusercontent.com"
13
+ ]
14
+ }
15
+ },
16
+ "minimumVersionCode": 0,
17
+ "isRecommendedInStore": true
18
+}
0 commit comments