Skip to content

Commit

Permalink
Merge pull request #29 from VarunS2002/main
Browse files Browse the repository at this point in the history
Added recommended list support for LSPosed and EdXposed scope mode
  • Loading branch information
KieronQuinn committed Sep 3, 2021
2 parents dc2869a + cfa28ad commit 01b2b89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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>

0 comments on commit 01b2b89

Please # to comment.