mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Fix[settings]: Broken intent towards control activity
This commit is contained in:
parent
bf9dc168d5
commit
d4f2e5b752
@ -77,6 +77,7 @@ android {
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.customDebug
|
||||
resValue 'string', 'application_package', 'net.kdt.pojavlaunch.debug'
|
||||
resValue 'string', 'storageProviderAuthorities', 'net.kdt.pojavlaunch.scoped.gamefolder.debug'
|
||||
resValue 'string', 'shareProviderAuthority', 'net.kdt.pojavlaunch.scoped.controlfolder.debug'
|
||||
}
|
||||
@ -94,6 +95,7 @@ android {
|
||||
// multiDexEnabled = true
|
||||
// debuggable = true
|
||||
resValue 'string', 'storageProviderAuthorities', 'net.kdt.pojavlaunch.scoped.gamefolder'
|
||||
resValue 'string', 'application_package', 'net.kdt.pojavlaunch'
|
||||
}
|
||||
gplay {
|
||||
initWith release
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:summary="@string/preference_edit_controls_summary"
|
||||
app2:icon="@drawable/ic_menu_custom_controls"
|
||||
>
|
||||
<intent android:targetPackage="net.kdt.pojavlaunch" android:targetClass="net.kdt.pojavlaunch.CustomControlsActivity" android:action=".CustomControlsActivity"/>
|
||||
<intent android:targetPackage="@string/application_package" android:targetClass="net.kdt.pojavlaunch.CustomControlsActivity" android:action=".CustomControlsActivity"/>
|
||||
</Preference>
|
||||
|
||||
<PreferenceCategory
|
||||
|
Loading…
x
Reference in New Issue
Block a user