Merge "Add required permission to Tethering"
This commit is contained in:
@@ -146,7 +146,10 @@ android_app {
|
|||||||
manifest: "AndroidManifest.xml",
|
manifest: "AndroidManifest.xml",
|
||||||
use_embedded_native_libs: true,
|
use_embedded_native_libs: true,
|
||||||
// The permission configuration *must* be included to ensure security of the device
|
// The permission configuration *must* be included to ensure security of the device
|
||||||
required: ["NetworkPermissionConfig"],
|
required: [
|
||||||
|
"NetworkPermissionConfig",
|
||||||
|
"privapp_whitelist_com.android.networkstack.tethering",
|
||||||
|
],
|
||||||
apex_available: ["com.android.tethering"],
|
apex_available: ["com.android.tethering"],
|
||||||
min_sdk_version: "30",
|
min_sdk_version: "30",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user