Quantcast
Channel: xda-developers - Galaxy Note GT-N7000 Q&A, Help & Troubleshooting
Viewing all articles
Browse latest Browse all 4112

activity name

$
0
0
Hi anybody, anybody knows how to find activity name of SNote application as its AndroidManifest.xml is dropped below. Most of app's activity name is same as their package name but seems some apps' activity name is a bit difficult to find it. Any help would be appreciated, also if possible to tell me is there any method or something to find it out.
Thanks


Code:

<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="1303292151" android:versionName="5r22151FV03" package="com.sec.android.app.snotebook"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.ACCOUNT_MANAGER" />
    <uses-permission android:name="android.permission.USE_CREDENTIALS" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.WRITE_SETTINGS" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />
    <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.READ_SYNC_STATS" />
    <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
    <uses-permission android:name="android.permission.NFC" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="com.sec.android.widgetapp.q1_penmemo.permission.READ" />
    <uses-permission android:name="com.sec.android.widgetapp.q1_penmemo.permission.WRITE" />
    <uses-permission android:name="android.permission.READ_CALENDAR" />
    <uses-permission android:name="android.permission.WRITE_CALENDAR" />
    <uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" />
    <uses-permission android:name="android.permission.REORDER_TASKS" />
    <application android:theme="@style/CustomTheme" android:label="@string/app_name" android:icon="@drawable/launcher" android:name="com.infraware.SNote" android:debuggable="false" android:hardwareAccelerated="true" android:largeHeap="true">
        <meta-data android:name="android.nfc.disable_beam_default" android:value="true" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.FmFileListActivity" android:launchMode="singleTop" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:windowSoftInputMode="adjustPan" android:hardwareAccelerated="true" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.FmFileSyncActivity" android:screenOrientation="sensorLandscape" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:hardwareAccelerated="true" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.FmFileTreeListActivity" android:launchMode="singleTop" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:windowSoftInputMode="adjustPan" android:hardwareAccelerated="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SNOTE_GET_CONTENTS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SNOTE_PICK" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SNOTE_CREAT_TEMPLATE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SNOTE_FILE_LIST_REFRESHE" />
            </intent-filter>
        </activity>
        <activity android:theme="@*android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.infraware.note.UxNotePickerActivity" android:configChanges="locale|orientation|uiMode|screenSize" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.note.UxNoteActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize|fontScale" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" android:hardwareAccelerated="false" />
        <uses-library android:name="com.google.android.maps" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.common.helper.UiMapviewActivity" android:configChanges="locale|orientation|screenSize" android:hardwareAccelerated="true" />
        <activity android:theme="@style/SNote.Theme.Transparent" android:icon="@drawable/launcher" android:name="com.infraware.note.UxInboundLauncherActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:hardwareAccelerated="true">
            <intent-filter android:label="S Note">
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="application/snb" />
            </intent-filter>
            <intent-filter android:label="S Note">
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="application/octet-stream" />
                <data android:scheme="content" />
                <data android:host="gmail-ls" />
            </intent-filter>
            <intent-filter android:label="S Note">
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="*/*" android:scheme="file" android:host="*" android:pathPattern=".*\\.snb" />
                <data android:pathPattern=".*..*..*..*..*.snb" />
                <data android:pathPattern=".*..*..*..*.snb" />
                <data android:pathPattern=".*..*..*.snb" />
                <data android:pathPattern=".*..*.snb" />
                <data android:pathPattern=".*.snb" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.snote.launchbyshortcut" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="image/jpeg" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="image/png" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
                <data android:mimeType="video/*" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.snote.FACEBOOK_SERVICE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VOICETALK_VIEW_SMEMO" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name="com.infraware.note.UiPageEditorActivity" />
        <activity android:name="com.infraware.note.UiPagePickerActivity" />
        <activity android:name="com.infraware.note.UiInternalPagePickerActivity" />
        <activity android:name="com.infraware.uxcontrol.uicontrol.UiSmemoSelectActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.search.FmSearchresultActivity" android:launchMode="singleTop" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:windowSoftInputMode="stateUnspecified|adjustUnspecified" android:hardwareAccelerated="true" />
        <activity android:theme="@*android:style/Theme.Translucent.NoTitleBar" android:name="com.infraware.common.helper.EvPreOpenHelperActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" />
        <activity android:name="com.infraware.note.UiExternalPagePickerActivity" android:configChanges="locale|orientation|uiMode|screenSize" />
        <activity android:theme="@style/CustomTheme" android:icon="@drawable/launcher" android:name="com.infraware.note.UiSettingsActivity" android:hardwareAccelerated="true" />
        <activity android:name="com.infraware.uxcontrol.uicontrol.UiClipArtDialogFragmentActivity" />
        <activity android:name="com.infraware.uxcontrol.uicontrol.UiShapeDialogFragmentActivity" />
        <activity android:theme="@*android:style/Theme.DeviceDefault" android:icon="@drawable/launcher" android:name="com.infraware.note.UiAddTagActivity" android:configChanges="locale|orientation|screenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
        <service android:name="com.infraware.filemanager.webstorage.google.WSGoogleServiceSNote" android:exported="false">
            <intent-filter>
                <action android:name="com.sec.android.app.snotebook.WS_GOOGLE" />
            </intent-filter>
        </service>
        <service android:name="com.infraware.filemanager.webstorage.evernote.WSEvernoteServiceSNote" android:exported="false">
            <intent-filter>
                <action android:name="com.sec.android.app.snotebook.WS_EVERNOTE" />
            </intent-filter>
        </service>
        <activity android:icon="@drawable/launcher" android:name="com.infraware.uxcontrol.uicontrol.tutorial.Tutorial" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.diotek.update.LanguageUpdateActivity" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.note.UiFavoriteSearchResultActivity" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.note.UiFavoritesDialogActivity" />
        <activity android:icon="@drawable/launcher" android:name="com.infraware.note.UiTagSearchListActivity" />
        <activity android:theme="@*android:style/Theme.Translucent.NoTitleBar" android:name="com.infraware.uxcontrol.uicontrol.UiImageFilterDialogFragment" />
        <receiver android:name="com.infraware.receiver.SignOutReceiver">
            <intent-filter>
                <action android:name="android.intent.action.SAMSUNGACCOUNT_SIGNOUT_COMPLETED" />
                <action android:name="android.intent.action.SAMSUNGACCOUNT_SIGNIN_COMPLETED" />
                <action android:name="android.intent.action.SNOTE_SYNC_COMPLETE" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.infraware.widget.SNoteWidgetProvider">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/snote_widget_info" />
        </receiver>
        <service android:name="com.infraware.service.SnoteBackGroundRunningService" />
        <service android:name="com.infraware.widget.SNoteTemplateWidgetService" android:permission="android.permission.BIND_REMOTEVIEWS" android:exported="false" />
        <service android:name="com.infraware.widget.SNoteNoteWidgetService" android:permission="android.permission.BIND_REMOTEVIEWS" android:exported="false" />
        <receiver android:label="@string/direct_widget" android:name="com.infraware.widget.SNoteDirectWidgetProvider">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/snote_direct_widget_info" />
        </receiver>
        <activity android:theme="@style/widget_popup_window" android:name="com.infraware.widget.UiWidgetSelectTemplate" android:taskAffinity="" android:excludeFromRecents="true" android:launchMode="singleInstance" android:hardwareAccelerated="true" />
        <receiver android:name="com.infraware.common.ReceiverClipboard">
            <intent-filter>
                <action android:name="android.intent.action.CLIPBOARD_TO_MEMO_INSERT" />
                <action android:name="android.intent.action.SMEMO_TO_SNOTE" />
                <action android:name="com.sec.android.app.snotebook.MAKE_NEW_NOTE" />
            </intent-filter>
        </receiver>
        <receiver android:label="@string/widget3_name" android:name="com.infraware.widget.SNoteWidgetProvider3">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
                <action android:name="android.intent.action.SNOTE_UPDATE_LOCK_INFO" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/snote_widget3_info" />
            <meta-data android:name="com.sec.android.appwidget.widgetinfo" android:resource="@xml/snote_widget3_metadata" />
        </receiver>
        <service android:name="com.infraware.widget.SNoteWidgetProvider3$SNoteWidgetService" android:exported="false" android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize" />
        <activity android:theme="@*android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.infraware.widget.Widget3NotePickerActivity" android:configChanges="locale|orientation|uiMode|screenSize">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <service android:name="com.infraware.service.SNoteUtilService" android:exported="false">
            <intent-filter>
                <action android:name="com.infraware.snoteutil.FILE" />
            </intent-filter>
        </service>
        <receiver android:name="com.infraware.note.SNoteScrapbookProbider">
            <intent-filter>
                <action android:name="android.intent.action.ADD_SCRAPBOOK" />
                <data android:mimeType="image/jpeg" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.ADD_SCRAPBOOK" />
                <data android:mimeType="image/png" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.ADD_SCRAPBOOK" />
                <data android:mimeType="text/plain" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.infraware.common.ReceiverBootComplete">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </receiver>
        <service android:name="com.diotek.smemo.SMemoMigrationService" android:exported="false" />
        <activity android:name="com.infraware.note.UxServiceReceiverActivity" />
        <activity android:name="com.diotek.smemo.SMemoMigrationRestartActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.RESTART_MIGRAITON" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
    </application>
</manifest>


Viewing all articles
Browse latest Browse all 4112

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>