We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54463a4 commit 0189e12Copy full SHA for 0189e12
1 file changed
UsbDebugging/src/main/AndroidManifest.xml
@@ -47,7 +47,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
47
<activity
48
android:name=".SettingsActivity"
49
android:label="@string/app_name"
50
- android:exported="true">
+ android:noHistory="true"
51
+ android:excludeFromRecents="true"
52
+ >
53
<intent-filter>
54
<action android:name="android.intent.action.MAIN" />
55
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
0 commit comments