Skip to content

Commit

Permalink
Merge pull request #2 from Traverse-Research/uses-cleartext-traffic
Browse files Browse the repository at this point in the history
Add `usesCleartextTraffic` support to manifest
  • Loading branch information
maxded authored Sep 12, 2024
2 parents 9a86952 + cbf9ff3 commit 20febe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apk/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ pub struct Application {
pub icon: Option<String>,
#[serde(rename(serialize = "android:label"))]
pub label: Option<String>,
#[serde(rename(serialize = "android:usesCleartextTraffic"))]
pub uses_cleartext_traffic: Option<bool>,
#[serde(rename(serialize = "android:appComponentFactory"))]
pub app_component_factory: Option<String>,
#[serde(rename(serialize = "meta-data"))]
Expand Down

0 comments on commit 20febe8

Please sign in to comment.