mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
Fix[settings]: Broken intent towards control activity
This commit is contained in:
parent
bf9dc168d5
commit
d4f2e5b752
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue