Android PopUp Activity

Buka File AndroidManifest
Setting activity seperti yang ditandai warna kuning

<manifest package="pis.cmini.ctagro.printerminitermal" 
xmlns:android="http://schemas.android.com/apk/res/android">

<application android:allowbackup="true" 
android:icon="@mipmap/ic_launcher"  
android:label="@string/app_name" 
android:supportsrtl="true" 
android:theme="@style/AppTheme">
       <activity android:name=".MainActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN">

               <category android:name="android.intent.category.LAUNCHER">
            </category></action></intent-filter>
        </activity>
        
<activity android:name=".DeviceList" android:theme="@android:style/Theme.Dialog"></activity>
</application> </manifest>
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
xxxx
    Blogger Comment