background image
Original Author Paul Laughton, 2011
Page 231
De Re BASIC!
You remove these by deleting their tags from the Manifest:
1)
Find the <activity> tag that contains android:name="Basic".
a)
In it, find the <intent-filter> tag that contains <data android:pathPattern=".*\\.bas" />.
b)
Remove all of the <intent-filter> tag, from <intent-filter> to </intent_filter>.
Do not remove the <activity> tag.
2)
There are two shortcut tags:
a)
Find and remove the <activity> tag that contains android:name="LauncherShortcuts".
b)
Find and remove the <activity-alias> tag that contains android:name="CreateShortcuts".
Launch at device boot
Your APK can be set up to automatically launch just after the Android device has booted. This is
accomplished by changing another item in AndroidManifest.xml.