Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instead of delete, it crashes #709

Open
Scratch2033YT opened this issue Sep 22, 2024 · 0 comments
Open

Instead of delete, it crashes #709

Scratch2033YT opened this issue Sep 22, 2024 · 0 comments

Comments

@Scratch2033YT
Copy link

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:

  1. 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.

@Scratch2033YT Scratch2033YT changed the title Insted of delete, it crashes Instead of delete, it crashes Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant