Skip to content

Commit

Permalink
Add two permissions introduced in A14
Browse files Browse the repository at this point in the history
  • Loading branch information
sn-00-x committed Nov 10, 2023
1 parent 5609161 commit b3d866d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.6.2 (A11, A12, A13 + A14)

- Add two permissions introduced in A14

v0.6.1 (A11, A12 + A13)

- Fix small logic error
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Android Auto 4 MicroG (for A11, A12, A13)
# Android Auto 4 MicroG (for A11, A12, A13, A14)

This is a [Magisk](https://topjohnwu.github.io/Magisk/) module that provides an AA (Android Auto) stub as system app, optionally together with [XLauncher Unlocked](https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked) and stubs for Google TTS, Google Maps & Google Search.
It is intended to be used on de-googled devices running MicroG!
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=aa4mg
name=Android Auto 4 MicroG
version=aa4mg 0.6.1
versionCode=2304191
version=aa4mg 0.6.2
versionCode=2311101
author=sn00x, Byreqz & Rikj000
description=Install Android Auto, optional stubs and XLauncher Unlocked on top of MicroG!
updateJson=https://raw.githubusercontent.com/sn-00-x/aa4mg/master/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@
<permission name="android.permission.CREATE_VIRTUAL_DEVICE" />
<permission name="android.permission.TOGGLE_AUTOMOTIVE_PROJECTION" />
<permission name="android.permission.REQUEST_COMPANION_PROFILE_AUTOMOTIVE_PROJECTION" />
<permission name="android.permission.ADD_TRUSTED_DISPLAY" />
<permission name="android.permission.ASSOCIATE_COMPANION_DEVICES" />
</privapp-permissions>
</permissions>
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "aa4mg 0.6.1",
"versionCode": "2304191",
"zipUrl": "https://github.com/sn-00-x/aa4mg/releases/download/v0.6.1/aa4mg-v0.6.1.zip",
"changelog": "https://raw.githubusercontent.com/sn-00-x/aa4mg/v0.6.1/CHANGELOG"
"version": "aa4mg 0.6.2",
"versionCode": "2311101",
"zipUrl": "https://github.com/sn-00-x/aa4mg/releases/download/v0.6.2/aa4mg-v0.6.2.zip",
"changelog": "https://raw.githubusercontent.com/sn-00-x/aa4mg/v0.6.2/CHANGELOG"
}

0 comments on commit b3d866d

Please sign in to comment.