Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added recommended list support for LSPosed and EdXposed scope mode #29

Merged
merged 2 commits into from
Sep 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<meta-data
android:name="xposedminversion"
android:value="53" />
<meta-data
android:name="xposedscope"
android:resource="@array/scope"/>

<provider
android:name=".providers.SharedPrefsProvider"
Expand Down Expand Up @@ -112,4 +115,4 @@
<package android:name="com.google.android.as"/>
</queries>

</manifest>
</manifest>
8 changes: 7 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<string name="close">Close</string>

<string name="xposed_module_desc">Enables Ambient Music in Pixel Ambient Services &amp; adds mods to control it.\nImportant: You MUST have the Magisk module installed AS WELL for this to work.</string>
<string-array name="scope">
<item>android</item>
<item>com.google.intelligence.sense</item>
<item>com.google.android.as</item>
<item>com.kieronquinn.app.ambientmusicmod</item>
</string-array>

<!-- Nav bar -->
<string name="menu_settings">Settings</string>
Expand Down Expand Up @@ -310,4 +316,4 @@
<string name="installer_get_model_state_check_state_result_content_failed_override">Override</string>
<string name="installer_get_model_state_run_toast">Run the "Sound Model compatibility" check first before building!</string>

</resources>
</resources>