Skip to content

Commit

Permalink
Remove feature managed_users
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jul 18, 2023
1 parent 21e80a3 commit a687638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ if [ "$REMOVE_AMAZON" ]; then
fi

echo "Add device administration features"
sudo sed -i -e '/cts/a \ \ \ \ <feature name="android.software.device_admin" />' -e '/print/i \ \ \ \ <feature name="android.software.managed_users" />' "$VENDOR_MNT/etc/permissions/windows.permissions.xml"
sudo sed -ie '/cts/a \ \ \ \ <feature name="android.software.device_admin" />' "$VENDOR_MNT/etc/permissions/windows.permissions.xml"
sudo setfattr -n security.selinux -v "u:object_r:vendor_configs_file:s0" "$VENDOR_MNT/etc/permissions/windows.permissions.xml" || abort
echo -e "done\n"

Expand Down

0 comments on commit a687638

Please sign in to comment.