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