Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b0b51c32 authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Parser for signed configuration.

Signed configuration is stored an JSON inside APK meta-data. The format
of the JSON is as follows:

{
  "version": n,
  "config": [
    {
      "minSdk": n,
      "maxSdk": n,
      "values": [
        {
          "key": "global settings key",
          "value": "value for key"
        },
	...
      ],
      ...
    }
  ]
}

Test: atest SignedConfigTest
Bug: 110509075
Change-Id: I4d345b1f03e5c5f5af37de093eb6e5cb2429c42c
parent 9f7fcda6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment