Browse Source

Commented QS_TITLE intent filter.

pull/3/head
Mushegh Sahakyan 4 years ago
parent
commit
31f6a46ed6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      ui/src/main/AndroidManifest.xml

+ 3
- 3
ui/src/main/AndroidManifest.xml View File

@@ -49,9 +49,9 @@
android:theme="@style/NoBackgroundTheme" />
<activity android:name=".activity.MainWireGuardActivity">
<!--TODO: Review if the filter is needed for the Bubble app"-->
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
</intent-filter>
<!-- <intent-filter>-->
<!-- <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />-->
<!-- </intent-filter>-->
</activity>
<activity
android:name=".activity.SettingsActivity"


Loading…
Cancel
Save