Skip to content

Commit 0189e12

Browse files
committed
hide SettingsActivity from recents and history
Signed-off-by: Tommy Alex <[email protected]>
1 parent 54463a4 commit 0189e12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

UsbDebugging/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4747
<activity
4848
android:name=".SettingsActivity"
4949
android:label="@string/app_name"
50-
android:exported="true">
50+
android:noHistory="true"
51+
android:excludeFromRecents="true"
52+
>
5153
<intent-filter>
5254
<action android:name="android.intent.action.MAIN" />
5355
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />

0 commit comments

Comments
 (0)