You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Issues are for bugs only. Use the discussions tab for feature requests.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Paste '
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!-- Add your service if needed -->
<service android:name=".OverlayService"
android:exported="false"/>
' to androidmanifest.xml
2. Click on 'Save'
3. Paste 'if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
if (!Settings.canDrawOverlays(this)) {
Intent intent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION,
Uri.parse("package:" + getPackageName()));
startActivityForResult(intent, REQUEST_CODE);
}
}
' to mainactivity.java
4. Delete every word
5. See error
Expected behavior
A clear and concise description of what you expected to happen.
the word should be deleted but instead it crashes
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: Samsung Galaxy a04
OS: Android
Version 11
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Scratch2033YT
changed the title
Insted of delete, it crashes
Instead of delete, it crashes
Sep 22, 2024
Note that Issues are for bugs only. Use the discussions tab for feature requests.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Paste '
Expected behavior
A clear and concise description of what you expected to happen.
the word should be deleted but instead it crashes
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: