Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
225ea61b
Commit
225ea61b
authored
Aug 20, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人工转
file://为content://
parent
4505c049
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
132 additions
and
99 deletions
+132
-99
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+80
-74
mobile/src/main/java/cn/garymb/ygomobile/ui/preference/PreferenceFragmentPlus.java
...arymb/ygomobile/ui/preference/PreferenceFragmentPlus.java
+34
-25
mobile/src/main/res/xml/file_paths.xml
mobile/src/main/res/xml/file_paths.xml
+18
-0
No files found.
mobile/src/main/AndroidManifest.xml
View file @
225ea61b
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"cn.garymb.ygomobile.lite"
>
xmlns:tools=
"http://schemas.android.com/tools"
package=
"cn.garymb.ygomobile.lite"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_WIFI_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
<uses-permission
android:name=
"android.permission.READ_LOGS"
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_WIFI_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
<uses-permission
android:name=
"android.permission.READ_LOGS"
tools:ignore=
"ProtectedPermissions"
/>
<uses-permission
android:name=
"android.permission.VIBRATE"
/>
<uses-permission
android:name=
"android.permission.WRITE_SETTINGS"
<uses-permission
android:name=
"android.permission.VIBRATE"
/>
<uses-permission
android:name=
"android.permission.WRITE_SETTINGS"
tools:ignore=
"ProtectedPermissions"
/>
<uses-permission
android:name=
"android.permission.GET_TASKS"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.CHANGE_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.CHANGE_WIFI_STATE"
/>
<uses-permission
android:name=
"android.permission.EXPAND_STATUS_BAR"
/>
<uses-permission
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
<uses-permission
android:name=
"android.permission.GET_TASKS"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.CHANGE_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.CHANGE_WIFI_STATE"
/>
<uses-permission
android:name=
"android.permission.EXPAND_STATUS_BAR"
/>
<uses-permission
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
<uses-permission
android:name=
"android.permission.REQUEST_INSTALL_PACKAGES"
/>
<uses-permission
android:name=
"android.permission.FOREGROUND_SERVICE"
/>
<uses-sdk
tools:overrideLibrary=
"com.toptoche.searchablespinnerlibrary"
/>
<uses-permission
android:name=
"android.permission.FOREGROUND_SERVICE"
/>
<uses-sdk
tools:overrideLibrary=
"com.toptoche.searchablespinnerlibrary"
/>
<application
android:name=
"cn.garymb.ygomobile.App"
android:allowBackup=
"false"
...
...
@@ -32,8 +33,8 @@
android:label=
"@string/app_name"
android:largeHeap=
"true"
android:supportsRtl=
"false"
android:usesCleartextTraffic=
"true"
android:theme=
"@style/AppTheme"
android:usesCleartextTraffic=
"true"
tools:replace=
"android:allowBackup,android:supportsRtl"
>
<activity
...
...
@@ -42,71 +43,71 @@
android:taskAffinity=
"cn.garymb.logo"
android:theme=
"@style/TranslucentTheme"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
<meta-data
android:name=
"android.app.shortcuts"
android:resource=
"@xml/shortcuts"
/>
android:resource=
"@xml/shortcuts"
/>
</activity>
<activity
android:name=
"cn.garymb.ygomobile.ui.home.MainActivity"
android:excludeFromRecents=
"false"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:excludeFromRecents=
"false"
android:exported=
"true"
android:screenOrientation=
"portrait"
android:stateNotNeeded=
"true"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
>
<intent-filter>
<action
android:name=
"ygomobile.intent.action.DECK"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<action
android:name=
"ygomobile.intent.action.DECK"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"ygomobile.intent.action.GAME"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<action
android:name=
"ygomobile.intent.action.GAME"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<!--android:pathPrefix="/deck"-->
<data
android:host=
"deck"
android:scheme=
"ygo"
/>
android:scheme=
"ygo"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:scheme=
"file"
/>
<data
android:host=
"*"
/>
<data
android:scheme=
"file"
/>
<data
android:host=
"*"
/>
<!--data android:mimeType="*/*" /-->
<data
android:pathPattern=
".*\\.ydk"
/>
<data
android:pathPattern=
".*\\.ydk"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:scheme=
"content"
/>
<data
android:host=
"*"
/>
<data
android:scheme=
"content"
/>
<data
android:host=
"*"
/>
<data
android:mimeType=
"*/*"
/>
<data
android:pathPattern=
".*\\.ydk"
/>
<data
android:pathPattern=
".*\\.ydk"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
</intent-filter>
</activity>
<activity
android:name=
"cn.garymb.ygomobile.YGOMobileActivity"
android:theme=
"@style/AppTheme.Game"
tools:replace=
"android:theme"
/>
tools:replace=
"android:theme"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.AboutActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
...
...
@@ -114,7 +115,7 @@
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.preference.SettingsActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
...
...
@@ -122,7 +123,7 @@
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.cards.CardSearchAcitivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
...
...
@@ -130,7 +131,7 @@
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.cards.DeckManagerActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
...
...
@@ -138,7 +139,7 @@
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.cards.DeckManagerActivity2"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
...
...
@@ -146,7 +147,7 @@
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.cards.DeckManagerActivity3"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
...
...
@@ -154,69 +155,74 @@
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustPan"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.file.FileActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.WebActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:launchMode=
"singleTop"
android:theme=
"@style/AppTheme"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.PhotoViewActivity"
android:launchMode=
"singleTop"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme"
/>
<activity
android:theme=
"@style/AppTheme"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.mycard.MyCardActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:launchMode=
"singleTop"
android:theme=
"@style/AppTheme.Mycard"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.mycard.mcchat.McchatActivity"
android:windowSoftInputMode=
"stateHidden|adjustResize"
android:label=
"@string/app_name"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.mycard.mcchat.SplashActivity"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.FileLogActivity"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.PermissionsActivity"
/>
android:label=
"@string/app_name"
android:windowSoftInputMode=
"stateHidden|adjustResize"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.mycard.mcchat.SplashActivity"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.FileLogActivity"
/>
<activity
android:name=
"cn.garymb.ygomobile.ui.activities.PermissionsActivity"
/>
<service
android:name=
"cn.garymb.ygomobile.ui.plus.ServiceDuelAssistant"
android:priority=
"1000"
/>
android:priority=
"1000"
/>
<!-- 为防止Service被系统回收,可以尝试通过提高服务的优先级解决,1000是最高优先级,数字越小,优先级越低 -->
<!--android:priority="1000"-->
<!-- 为防止Service被系统回收,可以尝试通过提高服务的优先级解决,1000是最高优先级,数字越小,优先级越低 -->
<!--android:priority="1000"-->
<activity
android:name=
"com.base.bj.paysdk.TrPayAcitivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:exported=
"true"
android:launchMode=
"singleTask"
android:screenOrientation=
"behind"
android:windowSoftInputMode=
"adjustResize|stateHidden"
>
</activity>
android:windowSoftInputMode=
"adjustResize|stateHidden"
></activity>
<activity
android:name=
"com.base.bj.paysdk.TrPayUnionAcitivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:exported=
"true"
android:windowSoftInputMode=
"adjustResize|stateHidden"
>
</activity>
android:windowSoftInputMode=
"adjustResize|stateHidden"
></activity>
<activity
android:name=
"com.base.bj.paysdk.TrSelectListActivity"
android:configChanges=
"orientation|keyboardHidden|navigation|screenSize"
android:exported=
"true"
android:windowSoftInputMode=
"adjustResize|stateHidden"
>
</activity>
android:windowSoftInputMode=
"adjustResize|stateHidden"
></activity
>
<meta-data
android:name=
"PGYER_APPID"
android:value=
"${PGYER_APPID}"
>
</meta-data>
android:value=
"${PGYER_APPID}"
></meta-data>
<provider
android:name=
"androidx.core.content.FileProvider"
android:authorities=
"${applicationId}.fallenstardust"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/file_paths"
/>
</provider>
</application>
</manifest>
\ No newline at end of file
mobile/src/main/java/cn/garymb/ygomobile/ui/preference/PreferenceFragmentPlus.java
View file @
225ea61b
...
...
@@ -9,13 +9,17 @@ import android.net.Uri;
import
android.os.Build
;
import
android.preference.Preference
;
import
android.provider.MediaStore
;
import
android.util.Log
;
import
android.widget.Toast
;
import
androidx.core.content.FileProvider
;
import
java.io.File
;
import
java.util.Map
;
import
java.util.Set
;
import
cn.garymb.ygomobile.Constants
;
import
cn.garymb.ygomobile.lite.BuildConfig
;
import
cn.garymb.ygomobile.lite.R
;
import
cn.garymb.ygomobile.ui.file.FileActivity
;
import
cn.garymb.ygomobile.ui.file.FileOpenType
;
...
...
@@ -28,18 +32,6 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
private
Preference
curPreference
;
private
CurImageInfo
mCurImageInfo
;
private
class
CurImageInfo
{
public
String
mOutFile
;
public
String
mCurTitle
;
public
boolean
mJpeg
;
public
int
width
;
public
int
height
;
public
CurImageInfo
()
{
}
}
protected
void
onChooseFileOk
(
Preference
preference
,
String
file
)
{
onPreferenceChange
(
preference
,
file
);
}
...
...
@@ -47,7 +39,8 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
protected
void
onChooseFileFail
(
Preference
preference
)
{
}
protected
void
showFolderChooser
(
Preference
preference
,
String
defPath
,
String
title
)
{
protected
void
showFolderChooser
(
Preference
preference
,
String
defPath
,
String
title
)
{
curPreference
=
preference
;
Intent
intent
=
FileActivity
.
getIntent
(
getActivity
(),
title
,
null
,
defPath
,
false
,
FileOpenType
.
SelectFolder
);
startActivityForResult
(
intent
,
REQUEST_CHOOSE_FOLDER
);
...
...
@@ -76,9 +69,9 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
}
public
Context
getContext
()
{
if
(
Build
.
VERSION
.
SDK_INT
>=
23
)
{
if
(
Build
.
VERSION
.
SDK_INT
>=
23
)
{
return
super
.
getContext
();
}
else
{
}
else
{
return
super
.
getActivity
();
}
}
...
...
@@ -126,8 +119,9 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
onChooseFileFail
(
preference
);
return
;
}
Log
.
i
(
"我是srcfile"
,
srcfile
+
""
);
File
file
=
new
File
(
info
.
mOutFile
);
Uri
saveimgUri
=
Uri
.
fromFile
(
file
);
Uri
saveimgUri
=
FileProvider
.
getUriForFile
(
getContext
(),
BuildConfig
.
APPLICATION_ID
+
".fallenstardust"
,
file
);
Intent
intent
=
new
Intent
(
"com.android.camera.action.CROP"
);
intent
.
setDataAndType
(
srcfile
,
"image/*"
);
// 下面这个crop=true是设置在开启的Intent中设置显示的VIEW可裁剪
...
...
@@ -143,9 +137,11 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
intent
.
putExtra
(
"return-data"
,
false
);
intent
.
putExtra
(
MediaStore
.
EXTRA_OUTPUT
,
saveimgUri
);
intent
.
putExtra
(
"outputFormat"
,
info
.
mJpeg
?
Bitmap
.
CompressFormat
.
JPEG
.
toString
()
:
Bitmap
.
CompressFormat
.
PNG
.
toString
());
intent
.
addFlags
(
Intent
.
FLAG_GRANT_READ_URI_PERMISSION
|
Intent
.
FLAG_GRANT_WRITE_URI_PERMISSION
);
try
{
startActivityForResult
(
Intent
.
createChooser
(
intent
,
info
.
mCurTitle
),
Constants
.
REQUEST_CUT_IMG
);
}
catch
(
Exception
e
)
{
Log
.
i
(
"我是e"
,
e
+
""
);
Toast
.
makeText
(
getActivity
(),
R
.
string
.
no_find_image_cutor
,
Toast
.
LENGTH_SHORT
).
show
();
}
}
...
...
@@ -155,6 +151,7 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
super
.
onActivityResult
(
requestCode
,
resultCode
,
data
);
// Log.i("kk", "result "+requestCode+",data="+data);
if
(
requestCode
==
Constants
.
REQUEST_CHOOSE_IMG
)
{
Log
.
i
(
"我是“data.getData”"
,
"“"
+
data
.
getData
()
+
"”"
);
if
(
resultCode
==
Activity
.
RESULT_OK
)
{
Uri
file
=
data
.
getData
();
// onChooseFileOk(curPreference, mOutFile);
...
...
@@ -181,7 +178,7 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
}
}
onChooseFileFail
(
curPreference
);
}
else
if
(
requestCode
==
Constants
.
REQUEST_CHOOSE_FOLDER
)
{
}
else
if
(
requestCode
==
Constants
.
REQUEST_CHOOSE_FOLDER
)
{
//选择文件
if
(
data
!=
null
)
{
Uri
uri
=
data
.
getData
();
...
...
@@ -199,14 +196,6 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
public
static
class
SharedPreferencesPlus
implements
SharedPreferences
{
public
static
SharedPreferencesPlus
create
(
Context
context
,
String
name
)
{
return
create
(
context
,
name
,
Context
.
MODE_PRIVATE
|
Context
.
MODE_MULTI_PROCESS
);
}
public
static
SharedPreferencesPlus
create
(
Context
context
,
String
name
,
int
mode
)
{
return
new
SharedPreferencesPlus
(
context
,
name
,
mode
);
}
private
SharedPreferences
mSharedPreferences
;
private
boolean
autoSave
=
false
;
private
boolean
isMultiProess
=
false
;
...
...
@@ -216,6 +205,14 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
isMultiProess
=
(
mode
&
Context
.
MODE_MULTI_PROCESS
)
==
Context
.
MODE_MULTI_PROCESS
;
}
public
static
SharedPreferencesPlus
create
(
Context
context
,
String
name
)
{
return
create
(
context
,
name
,
Context
.
MODE_PRIVATE
|
Context
.
MODE_MULTI_PROCESS
);
}
public
static
SharedPreferencesPlus
create
(
Context
context
,
String
name
,
int
mode
)
{
return
new
SharedPreferencesPlus
(
context
,
name
,
mode
);
}
public
SharedPreferences
getSharedPreferences
()
{
return
mSharedPreferences
;
}
...
...
@@ -370,4 +367,16 @@ public abstract class PreferenceFragmentPlus extends BasePreferenceFragment {
mSharedPreferences
.
unregisterOnSharedPreferenceChangeListener
(
listener
);
}
}
private
class
CurImageInfo
{
public
String
mOutFile
;
public
String
mCurTitle
;
public
boolean
mJpeg
;
public
int
width
;
public
int
height
;
public
CurImageInfo
()
{
}
}
}
mobile/src/main/res/xml/file_paths.xml
0 → 100644
View file @
225ea61b
<?xml version="1.0" encoding="utf-8"?>
<paths>
<files-path
name=
"fallenstardust"
path=
"."
/>
<cache-path
name=
"keyoyu"
path=
"."
/>
<external-cache-path
name=
"feihuaduo"
path=
"."
/>
<external-files-path
name=
"mercury"
path=
"."
/>
<external-path
name=
"garymb"
path=
"."
/>
</paths>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment