1### 2### Apps signed with the release key (testkey in AOSP). 3### 4 5type release_app, domain; 6permissive release_app; 7app_domain(release_app) 8platform_app_domain(release_app) 9# Access the network. 10net_domain(release_app) 11# Access bluetooth. 12bluetooth_domain(release_app) 13unconfined_domain(release_app) 14