mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Support opening LogActivity in debug package
This commit is contained in:
parent
6be050c43d
commit
0c13d8e106
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
|||
android:name=".activities.LogActivity"
|
||||
android:label="@string/log_title"
|
||||
android:parentActivityName=".activities.SettingsActivity">
|
||||
<intent-filter>
|
||||
<action android:name=".activities.LogActivity" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".activities.SettingsActivity" />
|
||||
|
|
Loading…
Reference in a new issue