<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Roman Rashkovskiy</title>
    <description>The latest articles on DEV Community by Roman Rashkovskiy (@romka2x).</description>
    <link>https://dev.to/romka2x</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3994713%2F463f10ca-fff5-4954-9e70-3ff269241a8b.jpg</url>
      <title>DEV Community: Roman Rashkovskiy</title>
      <link>https://dev.to/romka2x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/romka2x"/>
    <language>en</language>
    <item>
      <title>Building a no-root Android automation app taught me that trust is harder than features</title>
      <dc:creator>Roman Rashkovskiy</dc:creator>
      <pubDate>Sun, 21 Jun 2026 00:20:13 +0000</pubDate>
      <link>https://dev.to/romka2x/building-a-no-root-android-automation-app-taught-me-that-trust-is-harder-than-features-2acn</link>
      <guid>https://dev.to/romka2x/building-a-no-root-android-automation-app-taught-me-that-trust-is-harder-than-features-2acn</guid>
      <description>&lt;p&gt;I’m building ScriptTap, a no-root Android automation app for user-controlled phone workflows.&lt;/p&gt;

&lt;p&gt;The app lets people create scripts with taps, swipes, routines, screen-aware checks, OCR/text detection, image/pixel checks, variables, logic, and AI-assisted script creation.&lt;/p&gt;

&lt;p&gt;The technical side is hard, but the trust side may be harder.&lt;/p&gt;

&lt;p&gt;ScriptTap needs Android Accessibility permission because user-authored input automation requires it. That is a powerful permission. I do not want to minimize it, hide it behind vague onboarding copy, or expect people to click through without understanding what they are enabling.&lt;/p&gt;

&lt;p&gt;That creates a product-design problem.&lt;/p&gt;

&lt;p&gt;If the copy is too soft, it feels dishonest.&lt;/p&gt;

&lt;p&gt;If the copy is too warning-heavy, a legitimate automation tool can feel suspicious before the user even understands what it does.&lt;/p&gt;

&lt;p&gt;The explanation I am trying to make clear is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ScriptTap is no-root.&lt;/li&gt;
&lt;li&gt;Scripts are created and controlled by the user.&lt;/li&gt;
&lt;li&gt;Screen capture is user-controlled.&lt;/li&gt;
&lt;li&gt;It does not bypass Android permissions, lock screens, app security, or consent flows.&lt;/li&gt;
&lt;li&gt;Accessibility is required for overlay/input automation, so users should understand why it is being requested.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The short version I keep coming back to is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;ScriptTap uses Accessibility so your scripts can interact with the screen the way you tell them to. This is a powerful permission. You should only enable it if you understand and trust what the app is doing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For developers who have built apps with sensitive permissions:&lt;/p&gt;

&lt;p&gt;How did you explain the permission without either hiding the risk or scaring users away from a legitimate feature?&lt;/p&gt;

</description>
      <category>android</category>
      <category>a11y</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
